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