summaryrefslogtreecommitdiff
path: root/src/callint.c
Commit message (Expand)AuthorAge
...
* | 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
|/
* Speed up (format "%s" STRING) and the likePaul Eggert2017-10-04
* Avoid some unnecessary copying in Fformat etc.Paul Eggert2017-09-26
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-13
* Merge with gnulib, pacifying GCC 7Paul Eggert2017-05-16
* Replace QUIT with maybe_quitPaul Eggert2017-01-25
* Update copyright year to 2017Paul Eggert2016-12-31
* Restore 'command-debug-status' functionalityPhilippe Vaucher2016-10-04
* Doc fixes for quotingPaul Eggert2016-05-03
* Clarify the `interactive' doc string slightlyLars Ingebrigtsen2016-05-01
* Rework C source files to avoid ^(Paul Eggert2016-03-10
* Update copyright year to 2016Paul Eggert2016-01-01
* Include-file cleanup for src directoryPaul Eggert2015-10-20
* Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPSPaul Eggert2015-08-26
* format-message now curves ` and 'Paul Eggert2015-08-25
* More-conservative ‘format’ quote restylingPaul Eggert2015-08-23
* Remove unused DEFSYMsPaul Eggert2015-05-31
* Add `predicate' arg to `read-buffer' and use it for erc-iswitchbStefan Monnier2015-03-16
* Prefer 'Qfoo' to 'intern ("foo")'Paul Eggert2015-02-21
* Count MANY function args more reliablyPaul Eggert2015-01-25
* Better isolate code that assumes NIL_IS_ZEROPaul Eggert2015-01-21
* Undo port to hypothetical nonzero Qnil casePaul Eggert2015-01-20
* Port to hypothetical case where Qnil is nonzeroPaul Eggert2015-01-19
* Prefer memset to repeatedly assigning QnilPaul Eggert2015-01-19
* Support const and noreturn DEFUN attributes.Dmitry Antipov2015-01-13
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-05
* Update copyright year to 2015Paul Eggert2015-01-01
* Implement an `inhibit-read-only' text propertyLars Magne Ingebrigtsen2014-11-16
* Use SAFE_ALLOCA etc. to avoid unbounded stack allocation.Paul Eggert2014-09-07
* * src/callint.c (Fcall_interactively): Fix up last change.Stefan Monnier2014-06-17
* * fileio.c (Fread_file_name): Do not pass redundant args and ...Dmitry Antipov2014-06-17
* src/callint.c (Ffuncall_interactively): Add usage.Juanma Barranquero2014-06-01
* * src/callint.c (Ffuncall_interactively): New function.Stefan Monnier2014-05-27
* Correctly macroexpand top-level forms during eager macroexpandDaniel Colascione2014-04-22
* Misc small fixes.Juri Linkov2014-01-31
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-01
* * src/callint.c (Fcall_interactively): Always return a vector for 'K'.Stefan Monnier2013-09-04
* Utility function and macro to copy Lisp string to C string.Dmitry Antipov2013-08-14
* Omit some unnecessary casts.Paul Eggert2013-08-10
* Prefer list1 (X) to Fcons (X, Qnil) when building lists.Paul Eggert2013-07-15
* * src/callint.c (Fcall_interactively): Set `visargs[i]' for code 'n'Juri Linkov2013-05-07
* * callint.c (Fcall_interactively): Explain what is `visargs'.Stefan Monnier2013-05-07
* * lisp/simple.el (read-expression-map): Use completion-at-point.Stefan Monnier2013-05-04
* * src/callint.c (Fcall_interactively): Call `Qread_number' forJuri Linkov2013-04-28
* Qcall_interactively and Qexecute_kbd_macro are now static.Paul Eggert2013-02-26
* * src/callint.c (Fcall_interactively): Use the right lexical environmentStefan Monnier2013-02-25