summaryrefslogtreecommitdiff
path: root/src/callint.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* Fix valgrind report in call-interactivelyEli Zaretskii2018-01-061-4/+17
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* 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
* Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPSPaul Eggert2015-08-261-15/+3
* format-message now curves ` and 'Paul Eggert2015-08-251-2/+1
* More-conservative ‘format’ quote restylingPaul Eggert2015-08-231-0/+1
* Remove unused DEFSYMsPaul Eggert2015-05-311-1/+0
* Add `predicate' arg to `read-buffer' and use it for erc-iswitchbStefan Monnier2015-03-161-2/+2
* Prefer 'Qfoo' to 'intern ("foo")'Paul Eggert2015-02-211-4/+4
* Count MANY function args more reliablyPaul Eggert2015-01-251-19/+8
* Better isolate code that assumes NIL_IS_ZEROPaul Eggert2015-01-211-2/+1
* Undo port to hypothetical nonzero Qnil casePaul Eggert2015-01-201-2/+1
* Port to hypothetical case where Qnil is nonzeroPaul Eggert2015-01-191-1/+2
* Prefer memset to repeatedly assigning QnilPaul Eggert2015-01-191-7/+3
* Support const and noreturn DEFUN attributes.Dmitry Antipov2015-01-131-1/+2
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-051-13/+1
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Implement an `inhibit-read-only' text propertyLars Magne Ingebrigtsen2014-11-161-3/+3
* Use SAFE_ALLOCA etc. to avoid unbounded stack allocation.Paul Eggert2014-09-071-14/+20
* * src/callint.c (Fcall_interactively): Fix up last change.Stefan Monnier2014-06-171-1/+1
* * fileio.c (Fread_file_name): Do not pass redundant args and ...Dmitry Antipov2014-06-171-9/+25
* src/callint.c (Ffuncall_interactively): Add usage.Juanma Barranquero2014-06-011-1/+2
* * src/callint.c (Ffuncall_interactively): New function.Stefan Monnier2014-05-271-21/+41
* Correctly macroexpand top-level forms during eager macroexpandDaniel Colascione2014-04-221-2/+2
* Misc small fixes.Juri Linkov2014-01-311-1/+1
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* * src/callint.c (Fcall_interactively): Always return a vector for 'K'.Stefan Monnier2013-09-041-2/+2
* Utility function and macro to copy Lisp string to C string.Dmitry Antipov2013-08-141-6/+3
* Omit some unnecessary casts.Paul Eggert2013-08-101-1/+1
* Prefer list1 (X) to Fcons (X, Qnil) when building lists.Paul Eggert2013-07-151-2/+2
* * src/callint.c (Fcall_interactively): Set `visargs[i]' for code 'n'Juri Linkov2013-05-071-0/+3
* * callint.c (Fcall_interactively): Explain what is `visargs'.Stefan Monnier2013-05-071-0/+5
* * lisp/simple.el (read-expression-map): Use completion-at-point.Stefan Monnier2013-05-041-2/+2
* * src/callint.c (Fcall_interactively): Call `Qread_number' forJuri Linkov2013-04-281-23/+3
* Qcall_interactively and Qexecute_kbd_macro are now static.Paul Eggert2013-02-261-1/+1
* * src/callint.c (Fcall_interactively): Use the right lexical environmentStefan Monnier2013-02-251-2/+2
* Prefer `message1' over `message'.Stefan Monnier2013-02-171-1/+1
* * src/xdisp.c (message2, message2_nolog): Remove functions.Stefan Monnier2013-01-231-25/+25