Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright for years from Emacs 21 to present (mainly adding | Glenn Morris | 2007-01-14 | 1 | -2/+2 |
| | | | | 2001). | ||||
* | (Finteractive): Doc fix. | Richard M. Stallman | 2006-12-26 | 1 | -3/+3 |
| | |||||
* | * callint.c (callint_message): Convert to a Lisp string. | Chong Yidong | 2006-10-19 | 1 | -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 Yidong | 2006-09-25 | 1 | -2/+4 |
| | |||||
* | Change callers of read_char. | Chong Yidong | 2006-07-26 | 1 | -3/+3 |
| | |||||
* | (check_mark): Use xsignal0. | Kim F. Storm | 2006-07-18 | 1 | -1/+1 |
| | |||||
* | (Fcall_interactively): Remove loop around wrong_type_argument. | Kim F. Storm | 2006-07-12 | 1 | -6/+2 |
| | |||||
* | (Fcall_interactively): Update/simplify sit_for calls. | Kim F. Storm | 2006-07-11 | 1 | -2/+2 |
| | |||||
* | (Fcall_interactively): Fread_from_minibuffer now takes only seven args. | Luc Teirlinck | 2006-05-25 | 1 | -1/+1 |
| | |||||
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2006-02-06 | 1 | -1/+1 |
| | |||||
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2005-08-07 | 1 | -2/+2 |
| | |||||
* | Update FSF's address. | Lute Kamstra | 2005-07-04 | 1 | -2/+2 |
| | |||||
* | (Finteractive): Document G option. | Richard M. Stallman | 2005-03-17 | 1 | -0/+7 |
| | | | | (Fcall_interactively): Implement G option. | ||||
* | (Fcall_interactively): Call Fread_from_minibuffer with extra argument. | Luc Teirlinck | 2004-11-21 | 1 | -1/+1 |
| | |||||
* | (Fcall_interactively): Remove unused variable 'funcar'. | Kim F. Storm | 2004-11-09 | 1 | -1/+0 |
| | |||||
* | (Fcall_interactively): Avoid reusing EVENT for other data. | Richard M. Stallman | 2004-11-07 | 1 | -7/+7 |
| | |||||
* | (Fcall_interactively): Add 'U' code to get the up-event discarded by a | Kim F. Storm | 2004-10-26 | 1 | -4/+19 |
| | | | | previous 'k' or 'K' argument. | ||||
* | (Fcall_interactively): Doc fix. | Luc Teirlinck | 2004-07-31 | 1 | -1/+2 |
| | |||||
* | (Fkey_description): Change callers. | Kim F. Storm | 2004-04-16 | 1 | -2/+2 |
| | |||||
* | (fix_command): Use XDCR. | Stefan Monnier | 2004-04-14 | 1 | -1/+1 |
| | |||||
* | (Fcall_interactively): Fix last change. | Kim F. Storm | 2004-03-29 | 1 | -1/+1 |
| | | | | From David Ponce <david@dponce.com> | ||||
* | (Fcall_interactively): Use Finteractive_form. | Stefan Monnier | 2004-03-29 | 1 | -15/+7 |
| | |||||
* | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+3 |
| | |||||
* | (Fcall_interactively): Save and restore Vthis_command, Vthis_original_command, | Richard M. Stallman | 2003-08-29 | 1 | -0/+20 |
| | | | | real_this_command, and current_kboard->Vlast_command. | ||||
* | (Fselect_window): Add optional arg `norecord'. | Stefan Monnier | 2003-05-17 | 1 | -3/+3 |
| | |||||
* | Comment change. | Richard M. Stallman | 2003-04-06 | 1 | -4/+8 |
| | |||||
* | (fix_command): Declare as static void and move before Fcall_interactively. | Juanma Barranquero | 2003-02-24 | 1 | -64/+64 |
| | |||||
* | (fix_command): New subroutine, from Fcall_interactively. | Richard M. Stallman | 2003-02-23 | 1 | -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 Barranquero | 2003-02-04 | 1 | -3/+3 |
| | |||||
* | (Fcall_interactively): Use next_event only if less | Andreas Schwab | 2002-12-02 | 1 | -1/+3 |
| | | | | than key_count. | ||||
* | (Fcall_interactively): If a command fails because | Richard M. Stallman | 2002-11-24 | 1 | -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. Stallman | 2002-11-05 | 1 | -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 to | Ken Raeburn | 2002-07-15 | 1 | -6/+6 |
| | | | | | SCHARS, SBYTES, STRING_INTERVALS, SREF, SDATA; explicit size_byte references left unchanged for now. | ||||
* | Use macro SPECPDL_INDEX. | Juanma Barranquero | 2002-07-11 | 1 | -3/+3 |
| | |||||
* | (Fcall_interactively): When checking to see if doprnt hit | Miles Bader | 2002-06-25 | 1 | -1/+1 |
| | | | | the end of callint_message, allow for a terminating '\0'. | ||||
* | (Fcall_interactively) <"D">: Supply Qfile_directory_p | Kim F. Storm | 2002-05-27 | 1 | -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_NAME | Ken Raeburn | 2002-05-20 | 1 | -1/+1 |
| | | | | instead of XSYMBOL and name field. | ||||
* | (Fcall_interactively): Use INTEGERP instead of | Gerd Moellmann | 2002-04-05 | 1 | -3/+3 |
| | | | | NUMBERP for checking Vhistory_length. | ||||
* | (check_mark): New arg to specify clearer error message. | Richard M. Stallman | 2002-02-01 | 1 | -4/+6 |
| | | | | Callers changed. | ||||
* | Do not include mocklisp.h. | Pavel Janík | 2001-12-22 | 1 | -6/+0 |
| | | | | (Fcall_interactively): Do not test for mocklisp case. | ||||
* | Update usage of CHECK_ macros (remove unused second argument). | Pavel Janík | 2001-11-02 | 1 | -1/+1 |
| | |||||
* | (Finteractive): Add usage to doc-string. | Pavel Janík | 2001-11-02 | 1 | -1/+2 |
| | |||||
* | Change doc-string comments to `new style' [w/`doc:' keyword]. | Pavel Janík | 2001-10-20 | 1 | -111/+106 |
| | |||||
* | Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimenting | Ken Raeburn | 2001-10-16 | 1 | -3/+3 |
| | | | | with lisp system changes. | ||||
* | (prefix-arg, current-prefix-arg): Fix typo in a doc string. | Pavel Janík | 2001-10-15 | 1 | -2/+2 |
| | |||||
* | (Fcall_interactively): Remove unused code. Use XCAR/XCDR. | Stefan Monnier | 2001-10-12 | 1 | -5/+2 |
| | |||||
* | Include keymap.h. | Stefan Monnier | 2001-10-08 | 1 | -0/+1 |
| | |||||
* | (Fcall_interactively): Prevent a compiler warning. | Gerd Moellmann | 2000-12-21 | 1 | -1/+4 |
| | |||||
* | Remove includes of | Gerd Moellmann | 2000-09-02 | 1 | -6/+2 |
| | | | | | string.h and strings.h. (index) [HAVE_INDEX]: Add prototype. | ||||
* | (toplevel) [HAVE_STRING_H]: Include string.h. | Gerd Moellmann | 2000-08-28 | 1 | -2/+8 |
| | | | | | | (toplevel) [HAVE_STRINGS_H]: Include strings.h. (index): Remove prototypes which might conflict with non-standard definitions of index/strchr. |