aboutsummaryrefslogtreecommitdiffstats
path: root/src/callint.c
Commit message (Expand)AuthorAgeFilesLines
* guile-elisp bootstrap (C)BT Templeton2015-04-191-71/+0
* dynwind fixesRobin Templeton2015-04-181-2/+5
* use dynwind_begin and dynwind_endBT Templeton2015-04-181-9/+12
* use guile-snarf for subr definitionBT Templeton2015-04-181-5/+2
* * 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
|\|
| * Spelling fixes.Paul Eggert2011-11-241-1/+1
* | Merge from trunk.Paul Eggert2011-10-121-0/+2
|\|
| * Small callint.c fix.Glenn Morris2011-10-081-0/+2
* | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert2011-09-211-5/+5
|/
* Merge from trunk.Paul Eggert2011-07-091-1/+1
|\
| * Clarify the `call-interactively' doc string, and add an example.Lars Magne Ingebrigtsen2011-07-071-1/+1
* | * keyboard.h (num_input_events): Now uintmax_t.Paul Eggert2011-07-071-1/+1
|/
* * callint.c (Finteractive): Clarify the meaning of "@".Lars Magne Ingebrigtsen2011-07-041-3/+4