summaryrefslogtreecommitdiff
path: root/src/callint.c
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright for years from Emacs 21 to present (mainly addingGlenn Morris2007-01-141-2/+2
| | | | 2001).
* (Finteractive): Doc fix.Richard M. Stallman2006-12-261-3/+3
|
* * callint.c (callint_message): Convert to a Lisp string.Chong Yidong2006-10-191-55/+32
| | | | | | | (syms_of_callint): Initialize it. (callint_message_size): Var deleted. (Fcall_interactively): Use Fformat instead of doprnt to construct prompt string.
* * callint.c (Fcall_interactively): Doc fix.Chong Yidong2006-09-251-2/+4
|
* Change callers of read_char.Chong Yidong2006-07-261-3/+3
|
* (check_mark): Use xsignal0.Kim F. Storm2006-07-181-1/+1
|
* (Fcall_interactively): Remove loop around wrong_type_argument.Kim F. Storm2006-07-121-6/+2
|
* (Fcall_interactively): Update/simplify sit_for calls.Kim F. Storm2006-07-111-2/+2
|
* (Fcall_interactively): Fread_from_minibuffer now takes only seven args.Luc Teirlinck2006-05-251-1/+1
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-2/+2
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* (Finteractive): Document G option.Richard M. Stallman2005-03-171-0/+7
| | | | (Fcall_interactively): Implement G option.
* (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
| | | | previous 'k' or 'K' argument.
* (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
| | | | From David Ponce <david@dponce.com>
* (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
| | | | real_this_command, and current_kboard->Vlast_command.
* (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
| | | | | | | Detect (when ... (region-beginning)) etc. (Fcall_interactively): Call fix_command. (Qif, Qwhen): New variables. (syms_of_callint): Init and staticpro them.
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-3/+3
|
* (Fcall_interactively): Use next_event only if lessAndreas Schwab2002-12-021-1/+3
| | | | than key_count.
* (Fcall_interactively): If a command fails becauseRichard M. Stallman2002-11-241-3/+22
| | | | | `*' detects a read-only buffer, but RECORD_FLAG is set, record it anyway if the args don't actually do tty input.
* (Fcall_interactively): New local filter_specs.Richard M. Stallman2002-11-051-2/+13
| | | | | | | (Fcall_interactively): Check for progn as well as let. Add a gcpro. (Qprogn): New variable. (syms_of_callint): Staticpro and init Qprogn.
* Most uses of XSTRING combined with STRING_BYTES or indirection changed toKen Raeburn2002-07-151-6/+6
| | | | | SCHARS, SBYTES, STRING_INTERVALS, SREF, SDATA; explicit size_byte references left unchanged for now.
* Use macro SPECPDL_INDEX.Juanma Barranquero2002-07-111-3/+3
|
* (Fcall_interactively): When checking to see if doprnt hitMiles Bader2002-06-251-1/+1
| | | | the end of callint_message, allow for a terminating '\0'.
* (Fcall_interactively) <"D">: Supply Qfile_directory_pKim F. Storm2002-05-271-3/+5
| | | | | predicate for Fread_file_name when reading directory name. Supply Qnil for predicate in other calls to Fread_file_name.
* * callint.c (Fcall_interactively): Use XSTRING and SYMBOL_NAMEKen Raeburn2002-05-201-1/+1
| | | | instead of XSYMBOL and name field.
* (Fcall_interactively): Use INTEGERP instead ofGerd Moellmann2002-04-051-3/+3
| | | | NUMBERP for checking Vhistory_length.
* (check_mark): New arg to specify clearer error message.Richard M. Stallman2002-02-011-4/+6
| | | | Callers changed.
* Do not include mocklisp.h.Pavel Janík2001-12-221-6/+0
| | | | (Fcall_interactively): Do not test for mocklisp case.
* 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
| | | | with lisp system changes.
* (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
| | | | | string.h and strings.h. (index) [HAVE_INDEX]: Add prototype.
* (toplevel) [HAVE_STRING_H]: Include string.h.Gerd Moellmann2000-08-281-2/+8
| | | | | | (toplevel) [HAVE_STRINGS_H]: Include strings.h. (index): Remove prototypes which might conflict with non-standard definitions of index/strchr.