| Commit message (Expand) | Author | Age | Files | Lines |
* | Most uses of XSTRING combined with STRING_BYTES or indirection changed to | Ken Raeburn | 2002-07-15 | 1 | -6/+6 |
* | 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 |
* | (Fcall_interactively) <"D">: Supply Qfile_directory_p | Kim F. Storm | 2002-05-27 | 1 | -3/+5 |
* | * callint.c (Fcall_interactively): Use XSTRING and SYMBOL_NAME | Ken Raeburn | 2002-05-20 | 1 | -1/+1 |
* | (Fcall_interactively): Use INTEGERP instead of | Gerd Moellmann | 2002-04-05 | 1 | -3/+3 |
* | (check_mark): New arg to specify clearer error message. | Richard M. Stallman | 2002-02-01 | 1 | -4/+6 |
* | Do not include mocklisp.h. | Pavel Janík | 2001-12-22 | 1 | -6/+0 |
* | 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 |
* | (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 |
* | (toplevel) [HAVE_STRING_H]: Include string.h. | Gerd Moellmann | 2000-08-28 | 1 | -2/+8 |
* | (Fcall_interactively): Doc fix. | Dave Love | 2000-06-01 | 1 | -1/+3 |
* | more XCAR/XCDR/XFLOAT_DATA uses, to help isolete lisp engine | Ken Raeburn | 1999-10-25 | 1 | -4/+4 |
* | Use XCAR, XCDR, XFLOAT_DATA instead of explicit member access. | Ken Raeburn | 1999-09-12 | 1 | -14/+14 |
* | (Fcall_interactively): Ignore first element of | Andreas Schwab | 1999-07-01 | 1 | -2/+4 |
* | (Fcall_interactively) <'C'>: Give Fread_char Qnil | Kenichi Handa | 1998-12-22 | 1 | -1/+1 |
* | (Fcall_interactively): Don't use input method when | Kenichi Handa | 1998-09-22 | 1 | -2/+2 |
* | (Fcall_interactively): Pass new args to Fread_event | Richard M. Stallman | 1998-08-18 | 1 | -7/+3 |
* | (Fcall_interactively): Pass new arg to Fread_key_sequence. | Richard M. Stallman | 1998-08-07 | 1 | -2/+2 |
* | (Fcall_interactively) <k, K>: If sequence ends in a down | Richard M. Stallman | 1998-06-14 | 1 | -0/+30 |
* | (syms_of_callint): Set up Lisp variable. | Richard M. Stallman | 1998-06-07 | 1 | -0/+4 |
* | (Fcall_interactively): Pass new arg to Fother_buffer. | Richard M. Stallman | 1998-05-25 | 1 | -2/+2 |
* | (Fcall_interactively): Truncate command-history here. | Richard M. Stallman | 1998-04-23 | 1 | -0/+17 |
* | Fix -Wimplicit warnings. | Andreas Schwab | 1998-04-14 | 1 | -0/+1 |
* | Use STRING_BYTES and SET_STRING_BYTES. | Richard M. Stallman | 1998-03-21 | 1 | -2/+3 |
* | (Fcall_interactively): Allocate string by bytes. | Richard M. Stallman | 1998-01-09 | 1 | -4/+4 |
* | (Fcall_interactively) <'d', 'r'>: Use set_marker_both. | Richard M. Stallman | 1998-01-01 | 1 | -7/+7 |
* | (Fcall_interactively): Pass new arg to Fread_coding_system. | Richard M. Stallman | 1997-09-05 | 1 | -1/+1 |
* | (Finteractive): Document the code letter `M'. | Kenichi Handa | 1997-08-26 | 1 | -7/+16 |
* | (Fcall_interactively): Pass new arg to sit_for. | Richard M. Stallman | 1997-05-27 | 1 | -1/+1 |
* | (Fcall_interactively): Use num_input_events. | Richard M. Stallman | 1997-05-19 | 1 | -2/+2 |
* | (Fcall_interactively): Pass extra arg to Fread_string. | Richard M. Stallman | 1997-05-15 | 1 | -2/+3 |
* | (Fcall_interactively): Pass new arg to | Richard M. Stallman | 1997-05-10 | 1 | -4/+6 |
* | (doc-string of `interactive'): Describe new code | Karl Heuer | 1997-02-20 | 1 | -0/+27 |
* | (Fcall_interactively): Bind cursor-in-echo-area to t for `k' and `K'. | Richard M. Stallman | 1996-09-28 | 1 | -8/+20 |
* | Change all references from point to PT. | Karl Heuer | 1996-09-01 | 1 | -2/+2 |
* | (Fcall_interactively): For `N' and `n', | Richard M. Stallman | 1996-08-29 | 1 | -3/+21 |
* | (Fcall_interactively): In `c' case, use message_nolog | Richard M. Stallman | 1996-03-20 | 1 | -1/+4 |
* | Update FSF's address in the preamble. | Erik Naggum | 1996-01-15 | 1 | -1/+2 |
* | (Fcall_interactively, Fprefix_numeric_value): Harmonize arguments with | Erik Naggum | 1996-01-09 | 1 | -5/+5 |
* | (Fcall_interactively): Undo previous change. | Richard M. Stallman | 1995-12-25 | 1 | -28/+4 |
* | (Fcall_interactively): Handle an arg of form (FCN ARGS...). | Karl Heuer | 1995-12-21 | 1 | -5/+29 |
* | (Fcall_interactively): Don't log prompt strings. | Karl Heuer | 1995-12-19 | 1 | -2/+2 |