summaryrefslogtreecommitdiff
path: root/src/callint.c
Commit message (Expand)AuthorAge
* ; * src/callint.c (Finteractive): Doc string clarification.Eli Zaretskii2023-01-09
* ; * src/callint.c (Finteractive): Fix the doc string (bug#60645).Eli Zaretskii2023-01-08
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* Fix fix_command for non-symbol functionsLars Ingebrigtsen2022-08-15
* Clean up fix_command code slightlyLars Ingebrigtsen2022-08-08
* Clean up fix_command slightlyLars Ingebrigtsen2022-08-08
* Allow specifying how args are to be stored in `command-history'Lars Ingebrigtsen2022-08-08
* Use BASE_EQ instead of EQ where obviously safeMattias EngdegÄrd2022-06-16
* Don't put trailing optional nil values into `command-history'Lars Ingebrigtsen2022-06-10
* New generic function `oclosure-interactive-form`Stefan Monnier2022-04-26
* Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias EngdegÄrd2022-02-12
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* * src/callint.c (Fcall_interactively): Fix inhibit_mouse_event_check.Juri Linkov2021-11-30
* Improve documentation of 'inhibit-mouse-event-check'Eli Zaretskii2021-08-23
* * lisp/mouse.el (context-menu-open): New command bound to [S-f10].Juri Linkov2021-08-23
* ; Fix a typo in a recent changeEli Zaretskii2021-07-19
* Fix documentation of mouse-leave-buffer-hookLars Ingebrigtsen2021-07-19
* Extend the syntax of `interactive' to list applicable modesLars Ingebrigtsen2021-02-14
* Update copyright year to 2021Paul Eggert2021-01-01
* Bind current-minibuffer-command to this-commandLars Ingebrigtsen2020-12-15
* Add a new recursively bound `current-minibuffer-command' variableLars Ingebrigtsen2020-12-14
* Use the full name of the null byte/character, not its abbreviationAndreas Schwab2020-10-05
* Drop support for -fcheck-pointer-boundsPaul Eggert2020-08-04
* Update copyright year to 2020Paul Eggert2020-01-01
* Avoid fixnum round trip in prefix-numeric-valuePaul Eggert2019-10-20
* Remove obsolete Lint directivesPaul Eggert2019-09-16
* Doc clarification for call-interactivelyLars Ingebrigtsen2019-08-17
* Doc fix for Finteractive (only %s is allowed)Lars Ingebrigtsen2019-07-13
* Fix misuses of NULL when talking about the NUL characterStefan Monnier2019-03-21
* Simplify list creation in C codePaul Eggert2019-03-04
* Add portable dumperDaniel Colascione2019-01-15
* Use shortcuts for FlengthPaul Eggert2019-01-09
* Merge from origin/emacs-26Paul Eggert2018-12-31
|\
| * Update copyright year to 2019Paul Eggert2019-01-01
* | Add make_vector and make_nil_vectorPaul Eggert2018-12-09
* | Merge remote-tracking branch 'origin/master' into feature/bignumTom Tromey2018-08-09
|\ \
| * | Prefer NILP (x) to EQ (x, Qnil)Paul Eggert2018-07-19
* | | More macro renamings for bignumTom Tromey2018-08-07
* | | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-12
|/ /
* | Tune SAFE_FREEPaul Eggert2018-06-28
* | Fix off-by-one history pruning (bug#31211)Basil L. Contovounesios2018-05-02
* | Simplify Fcall_interactivelyPaul Eggert2018-01-29
* | Support null characters in interactive specsEli Zaretskii2018-01-23
* | Merge from origin/emacs-26Paul Eggert2018-01-09
|\|
| * Fix valgrind report in call-interactivelyEli Zaretskii2018-01-06
* | Revert "Fix command repetition with lexical-binding (Bug#29334)"Noam Postavsky2018-01-06
* | Fix command repetition with lexical-binding (Bug#29334)Noam Postavsky2018-01-03
* | Merge from origin/emacs-26Paul Eggert2018-01-01
|\|
| * Update copyright year to 2018Paul Eggert2018-01-01
* | Narrow pointer bounds when appropriatePaul Eggert2017-12-12
|/