summaryrefslogtreecommitdiff
path: root/src/callint.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update copyright notices for 2013.Paul Eggert2013-01-011-2/+2
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-151-1/+0
* * bytecode.c, callint.c, callproc.c: Use bool for boolean.Paul Eggert2012-08-241-8/+8
* * keyboard.h (KSET): Remove.Paul Eggert2012-08-171-2/+2
* Use KSET for write access to Lisp_Object members of struct kboard.Dmitry Antipov2012-08-131-2/+2
* Generalize common compile-time constants.Dmitry Antipov2012-08-051-1/+1
* Fix failure to compile on Windows due to 2012-07-27T06:04:35Z!dmantipov@yande...Eli Zaretskii2012-07-271-1/+1
* Utility function to make a list from specified amount of objects.Dmitry Antipov2012-07-271-4/+5
* Use XCAR and XCDR instead of Fcar and Fcdr where possible.Dmitry Antipov2012-07-101-1/+1
* More xmalloc and related cleanup.Paul Eggert2012-07-051-4/+4
* * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab2012-06-161-1/+1
* * lisp/simple.el (execute-extended-command): Set real-this-command.Stefan Monnier2012-06-021-6/+7
* Merge from trunk.Paul Eggert2012-04-091-3/+3
|\
| * Remove * characters from the front of variable docstrings.Chong Yidong2012-04-091-1/+1
| * Remove defining user variables via * in docstring.Chong Yidong2012-04-091-2/+2
* | Merge from trunk.Paul Eggert2012-01-091-10/+3
|\ \ | |/
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
| * * callint.c (Fcall_interactively): Don't truncate prompt string.Andreas Schwab2011-12-251-9/+2
* | Merge from trunk.Paul Eggert2011-12-101-1/+1
|\ \ | |/