summaryrefslogtreecommitdiff
path: root/src/callint.c
AgeCommit message (Expand)Author
2013-07-15Prefer list1 (X) to Fcons (X, Qnil) when building lists.Paul Eggert
2013-05-07* src/callint.c (Fcall_interactively): Set `visargs[i]' for code 'n'Juri Linkov
2013-05-07* callint.c (Fcall_interactively): Explain what is `visargs'.Stefan Monnier
2013-05-04* lisp/simple.el (read-expression-map): Use completion-at-point.Stefan Monnier
2013-04-28* src/callint.c (Fcall_interactively): Call `Qread_number' forJuri Linkov
2013-02-26Qcall_interactively and Qexecute_kbd_macro are now static.Paul Eggert
2013-02-25* src/callint.c (Fcall_interactively): Use the right lexical environmentStefan Monnier
2013-02-17Prefer `message1' over `message'.Stefan Monnier
2013-01-23* src/xdisp.c (message2, message2_nolog): Remove functions.Stefan Monnier
2013-01-01Update copyright notices for 2013.Paul Eggert
2012-09-15Port better to POSIX hosts lacking _setjmp.Paul Eggert
2012-08-24* bytecode.c, callint.c, callproc.c: Use bool for boolean.Paul Eggert
2012-08-17* keyboard.h (KSET): Remove.Paul Eggert
2012-08-13Use KSET for write access to Lisp_Object members of struct kboard.Dmitry Antipov
2012-08-05Generalize common compile-time constants.Dmitry Antipov
2012-07-27Fix failure to compile on Windows due to 2012-07-27T06:04:35Z!dmantipov@yande...Eli Zaretskii
2012-07-27Utility function to make a list from specified amount of objects.Dmitry Antipov
2012-07-10Use XCAR and XCDR instead of Fcar and Fcdr where possible.Dmitry Antipov
2012-07-05More xmalloc and related cleanup.Paul Eggert
2012-06-16* buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab
2012-06-02* lisp/simple.el (execute-extended-command): Set real-this-command.Stefan Monnier
2012-04-09Merge from trunk.Paul Eggert
2012-04-09Remove * characters from the front of variable docstrings.Chong Yidong
2012-04-09Remove defining user variables via * in docstring.Chong Yidong
2012-01-09Merge from trunk.Paul Eggert
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris
2011-12-25* callint.c (Fcall_interactively): Don't truncate prompt string.Andreas Schwab
2011-12-10Merge from trunk.Paul Eggert
2011-11-24Spelling fixes.Paul Eggert
2011-10-12Merge from trunk.Paul Eggert
2011-10-08Small callint.c fix.Glenn Morris
2011-09-21* alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert
2011-07-09Merge from trunk.Paul Eggert
2011-07-07* keyboard.h (num_input_events): Now uintmax_t.Paul Eggert
2011-07-07Clarify the `call-interactively' doc string, and add an example.Lars Magne Ingebrigtsen
2011-07-04* callint.c (Finteractive): Clarify the meaning of "@".Lars Magne Ingebrigtsen
2011-06-24Move DEFSYM to lisp.h and use everywhere.Juanma Barranquero
2011-06-14Variadic C functions now count arguments with ptrdiff_t.Paul Eggert
2011-06-13* callint.c (Fcall_interactively): Don't use index var as event count.Paul Eggert
2011-04-25Merge from mainline.Paul Eggert
2011-04-25* lisp.h: (XVECTOR_SIZE): Remove. All uses replaced with ASIZE.Paul Eggert
2011-04-25lisp.h: Fix a problem with aliasing and vector headers.Paul Eggert
2011-04-23Fix doprnt so it could be used safely in `verror'. (Bug#8435)Eli Zaretskii
2011-04-13Undo the DEFUN->DEFUE change.Paul Eggert
2011-04-10Declare Lisp_Object Q* variables to be 'static' if not exproted.Paul Eggert
2011-04-10Make Emacs functions such as Fatom 'static' by default.Paul Eggert
2011-04-09* callint.c (Fcall_interactively): <, not <=, for optimization.Paul Eggert
2011-04-01Miscellanous cleanups in preparation for the merge.Stefan Monnier
2011-03-31Merge from trunkStefan Monnier
2011-03-26Variadic C functions now count arguments with size_t, not int.Paul Eggert