summaryrefslogtreecommitdiff
path: root/src/callint.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
|/
* Speed up (format "%s" STRING) and the likePaul Eggert2017-10-041-2/+2
* Avoid some unnecessary copying in Fformat etc.Paul Eggert2017-09-261-5/+2
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Merge with gnulib, pacifying GCC 7Paul Eggert2017-05-161-0/+1
* Replace QUIT with maybe_quitPaul Eggert2017-01-251-1/+1
* Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* Restore 'command-debug-status' functionalityPhilippe Vaucher2016-10-041-1/+5
* Doc fixes for quotingPaul Eggert2016-05-031-1/+1
* Clarify the `interactive' doc string slightlyLars Ingebrigtsen2016-05-011-13/+17
* Rework C source files to avoid ^(Paul Eggert2016-03-101-2/+2
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Include-file cleanup for src directoryPaul Eggert2015-10-201-2/+0