summaryrefslogtreecommitdiff
path: root/src/callint.c
Commit message (Expand)AuthorAge
* Update copyright year to 2015Paul Eggert2015-01-01
* 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
|\
| * Remove * characters from the front of variable docstrings.Chong Yidong2012-04-09
| * Remove defining user variables via * in docstring.Chong Yidong2012-04-09
* | Merge from trunk.Paul Eggert2012-01-09
|\|
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-05
| * * callint.c (Fcall_interactively): Don't truncate prompt string.Andreas Schwab2011-12-25
* | Merge from trunk.Paul Eggert2011-12-10
|\|
| * Spelling fixes.Paul Eggert2011-11-24
* | Merge from trunk.Paul Eggert2011-10-12
|\|
| * Small callint.c fix.Glenn Morris2011-10-08
* | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert2011-09-21
|/
* Merge from trunk.Paul Eggert2011-07-09
|\
| * Clarify the `call-interactively' doc string, and add an example.Lars Magne Ingebrigtsen2011-07-07
* | * keyboard.h (num_input_events): Now uintmax_t.Paul Eggert2011-07-07
|/
* * callint.c (Finteractive): Clarify the meaning of "@".Lars Magne Ingebrigtsen2011-07-04
* Move DEFSYM to lisp.h and use everywhere.Juanma Barranquero2011-06-24
* Variadic C functions now count arguments with ptrdiff_t.Paul Eggert2011-06-14
* * callint.c (Fcall_interactively): Don't use index var as event count.Paul Eggert2011-06-13
* Merge from mainline.Paul Eggert2011-04-25
|\
| * Fix doprnt so it could be used safely in `verror'. (Bug#8435)Eli Zaretskii2011-04-23
* | * lisp.h: (XVECTOR_SIZE): Remove. All uses replaced with ASIZE.Paul Eggert2011-04-25
* | lisp.h: Fix a problem with aliasing and vector headers.Paul Eggert2011-04-25
|/
* Undo the DEFUN->DEFUE change.Paul Eggert2011-04-13