summaryrefslogtreecommitdiff
path: root/src/callint.c
Commit message (Expand)AuthorAge
* 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
* Prefer `message1' over `message'.Stefan Monnier2013-02-17
* * src/xdisp.c (message2, message2_nolog): Remove functions.Stefan Monnier2013-01-23
* Update copyright notices for 2013.Paul Eggert2013-01-01
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-15
* * bytecode.c, callint.c, callproc.c: Use bool for boolean.Paul Eggert2012-08-24
* * keyboard.h (KSET): Remove.Paul Eggert2012-08-17
* Use KSET for write access to Lisp_Object members of struct kboard.Dmitry Antipov2012-08-13
* Generalize common compile-time constants.Dmitry Antipov2012-08-05
* Fix failure to compile on Windows due to 2012-07-27T06:04:35Z!dmantipov@yande...Eli Zaretskii2012-07-27
* Utility function to make a list from specified amount of objects.Dmitry Antipov2012-07-27
* Use XCAR and XCDR instead of Fcar and Fcdr where possible.Dmitry Antipov2012-07-10
* More xmalloc and related cleanup.Paul Eggert2012-07-05
* * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab2012-06-16
* * lisp/simple.el (execute-extended-command): Set real-this-command.Stefan Monnier2012-06-02
* Merge from trunk.Paul Eggert2012-04-09
|\