summaryrefslogtreecommitdiff
path: root/src/callint.c
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* (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
| | | | event-symbol-elements property.
* (Fcall_interactively) <'C'>: Give Fread_char QnilKenichi Handa1998-12-221-1/+1
| | | | because of the change of the second argument of Fread_char.
* (Fcall_interactively): Don't use input method whenKenichi Handa1998-09-221-2/+2
| | | | reading a character in the case of `c' code letter.
* (Fcall_interactively): Pass new args to Fread_eventRichard M. Stallman1998-08-181-7/+3
| | | | and Fread_char. Let Fread_char do the prompting.
* (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
| | | | event, discard following up event.
* (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
|
* Use STRING_BYTES and SET_STRING_BYTES.Richard M. Stallman1998-03-211-2/+3
|
* (Fcall_interactively): Allocate string by bytes.Richard M. Stallman1998-01-091-4/+4
| | | | Use message_with_string.
* (Fcall_interactively) <'d', 'r'>: Use set_marker_both.Richard M. Stallman1998-01-011-7/+7
|
* (Fcall_interactively): Pass new arg to Fread_coding_system.Richard M. Stallman1997-09-051-1/+1
|
* (Finteractive): Document the code letter `M'.Kenichi Handa1997-08-261-7/+16
| | | | | | (Fcall_interactively): Call Fcompleting_read, Fread_from_minibuffer, and Fread_string with a proper value for the arg INHERIT-INPUT-METHOD. Handle the code letter `M'.
* (Fcall_interactively): Pass new arg to sit_for.Richard M. Stallman1997-05-271-1/+1
|
* (Fcall_interactively): Use num_input_events.Richard M. Stallman1997-05-191-2/+2
|
* (Fcall_interactively): Pass extra arg to Fread_string.Richard M. Stallman1997-05-151-2/+3
|
* (Fcall_interactively): Pass new arg toRichard M. Stallman1997-05-101-4/+6
| | | | | | Fread_from_minibuffer and Fread_variable. (Fcall_interactively): Pass new arg to Fcompleting_read.
* (doc-string of `interactive'): Describe new codeKarl Heuer1997-02-201-0/+27
| | | | | letters `i', `z', and `Z'. (Fcall_interactively): Handle them.
* (Fcall_interactively): Bind cursor-in-echo-area to t for `k' and `K'.Richard M. Stallman1996-09-281-8/+20
|
* Change all references from point to PT.Karl Heuer1996-09-011-2/+2
|
* (Fcall_interactively): For `N' and `n',Richard M. Stallman1996-08-291-3/+21
| | | | if we don't get a number, try again.
* (Fcall_interactively): In `c' case, use message_nologRichard M. Stallman1996-03-201-1/+4
| | | | instead of message1_nolog.
* Update FSF's address in the preamble.Erik Naggum1996-01-151-1/+2
|
* (Fcall_interactively, Fprefix_numeric_value): Harmonize arguments withErik Naggum1996-01-091-5/+5
| | | | documentation.
* (Fcall_interactively): Undo previous change.Richard M. Stallman1995-12-251-28/+4
|
* (Fcall_interactively): Handle an arg of form (FCN ARGS...).Karl Heuer1995-12-211-5/+29
| | | | (Fcall_interactively): Move have_prefix_arg label to 'p'.
* (Fcall_interactively): Don't log prompt strings.Karl Heuer1995-12-191-2/+2
|