aboutsummaryrefslogtreecommitdiffstats
path: root/src/callint.c
Commit message (Expand)AuthorAgeFilesLines
* (Fcall_interactively): Call Fread_from_minibuffer with extra argument.Luc Teirlinck2004-11-211-1/+1
* (Fcall_interactively): Remove unused variable 'funcar'.Kim F. Storm2004-11-091-1/+0
* (Fcall_interactively): Avoid reusing EVENT for other data.Richard M. Stallman2004-11-071-7/+7
* (Fcall_interactively): Add 'U' code to get the up-event discarded by aKim F. Storm2004-10-261-4/+19
* (Fcall_interactively): Doc fix.Luc Teirlinck2004-07-311-1/+2
* (Fkey_description): Change callers.Kim F. Storm2004-04-161-2/+2
* (fix_command): Use XDCR.Stefan Monnier2004-04-141-1/+1
* (Fcall_interactively): Fix last change.Kim F. Storm2004-03-291-1/+1
* (Fcall_interactively): Use Finteractive_form.Stefan Monnier2004-03-291-15/+7
* Add arch taglinesMiles Bader2003-09-011-0/+3
* (Fcall_interactively): Save and restore Vthis_command, Vthis_original_command,Richard M. Stallman2003-08-291-0/+20
* (Fselect_window): Add optional arg `norecord'.Stefan Monnier2003-05-171-3/+3
* Comment change.Richard M. Stallman2003-04-061-4/+8
* (fix_command): Declare as static void and move before Fcall_interactively.Juanma Barranquero2003-02-241-64/+64
* (fix_command): New subroutine, from Fcall_interactively.Richard M. Stallman2003-02-231-39/+70
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-3/+3
* (Fcall_interactively): Use next_event only if lessAndreas Schwab2002-12-021-1/+3
* (Fcall_interactively): If a command fails becauseRichard M. Stallman2002-11-241-3/+22
* (Fcall_interactively): New local filter_specs.Richard M. Stallman2002-11-051-2/+13
* Most uses of XSTRING combined with STRING_BYTES or indirection changed toKen Raeburn2002-07-151-6/+6
* Use macro SPECPDL_INDEX.Juanma Barranquero2002-07-111-3/+3
* (Fcall_interactively): When checking to see if doprnt hitMiles Bader2002-06-251-1/+1
* (Fcall_interactively) <"D">: Supply Qfile_directory_pKim F. Storm2002-05-271-3/+5
* * callint.c (Fcall_interactively): Use XSTRING and SYMBOL_NAMEKen Raeburn2002-05-201-1/+1
* (Fcall_interactively): Use INTEGERP instead ofGerd Moellmann2002-04-051-3/+3
* (check_mark): New arg to specify clearer error message.Richard M. Stallman2002-02-011-4/+6
* Do not include mocklisp.h.Pavel Janík2001-12-221-6/+0
* Update usage of CHECK_ macros (remove unused second argument).Pavel Janík2001-11-021-1/+1
* (Finteractive): Add usage to doc-string.Pavel Janík2001-11-021-1/+2
* Change doc-string comments to `new style' [w/`doc:' keyword].Pavel Janík2001-10-201-111/+106
* Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimentingKen Raeburn2001-10-161-3/+3
* (prefix-arg, current-prefix-arg): Fix typo in a doc string.Pavel Janík2001-10-151-2/+2
* (Fcall_interactively): Remove unused code. Use XCAR/XCDR.Stefan Monnier2001-10-121-5/+2
* Include keymap.h.Stefan Monnier2001-10-081-0/+1
* (Fcall_interactively): Prevent a compiler warning.Gerd Moellmann2000-12-211-1/+4
* Remove includes ofGerd Moellmann2000-09-021-6/+2
* (toplevel) [HAVE_STRING_H]: Include string.h.Gerd Moellmann2000-08-281-2/+8
* (Fcall_interactively): Doc fix.Dave Love2000-06-011-1/+3
* more XCAR/XCDR/XFLOAT_DATA uses, to help isolete lisp engineKen Raeburn1999-10-251-4/+4
* Use XCAR, XCDR, XFLOAT_DATA instead of explicit member access.Ken Raeburn1999-09-121-14/+14
* (Fcall_interactively): Ignore first element ofAndreas Schwab1999-07-011-2/+4
* (Fcall_interactively) <'C'>: Give Fread_char QnilKenichi Handa1998-12-221-1/+1
* (Fcall_interactively): Don't use input method whenKenichi Handa1998-09-221-2/+2
* (Fcall_interactively): Pass new args to Fread_eventRichard M. Stallman1998-08-181-7/+3
* (Fcall_interactively): Pass new arg to Fread_key_sequence.Richard M. Stallman1998-08-071-2/+2
* (Fcall_interactively) <k, K>: If sequence ends in a downRichard M. Stallman1998-06-141-0/+30
* (syms_of_callint): Set up Lisp variable.Richard M. Stallman1998-06-071-0/+4
* (Fcall_interactively): Pass new arg to Fother_buffer.Richard M. Stallman1998-05-251-2/+2
* (Fcall_interactively): Truncate command-history here.Richard M. Stallman1998-04-231-0/+17
* Fix -Wimplicit warnings.Andreas Schwab1998-04-141-0/+1