aboutsummaryrefslogtreecommitdiffstats
path: root/src/callint.c
Commit message (Collapse)AuthorAgeFilesLines
* (check_mark): Error if mark is not active.Richard M. Stallman1993-03-071-4/+6
|
* * callint.c (Fcall_interactively): Pass the correct number ofJim Blandy1993-02-221-1/+1
| | | | | | | | arguments to wrong_type_argument. * casefiddle.c (caseify_object): Same. * casetab.c (check_case_table): Same. * search.c (Fstore_match_data): Same. * syntax.c (check_syntax_table): Same.
* JimB's changes since January 18thJim Blandy1993-01-261-14/+29
|
* (Fcall_interactively): For `s', use Fread_string.Richard M. Stallman1992-12-211-1/+1
|
* (preserved_fns): New var.Richard M. Stallman1992-10-301-3/+47
| | | | | | (Fcall_interactively): Preserve fns listed in preserved_fns when they appear in an interactive spec which is a call to `list'. (syms_of_callint): Set preserved_fns and staticpro it.
* * callint.c (Fcall_interactively): Change handling of 'e' spec;Jim Blandy1992-10-171-2/+3
| | | | this_command_keys is now a vector.
* * callint.c (Fcall_interactively): Allow multiple 'e' specs.Jim Blandy1992-10-111-6/+16
| | | | (Finteractive): Doc fix.
* (Fcall_interactively): Pass 2nd arg to Fother_buffer.Richard M. Stallman1992-10-061-2/+3
|
* * callint.c (Fcall_interactively): Remove the 'K' interactiveJim Blandy1992-09-131-5/+4
| | | | | | | | | | code, in favor of 'e'; that's a better name. * callint.c (Fcall_interactively): Don't try to get the `enable-recursive-minibuffers' property from FUNCTION unless FUNCTION is actually a symbol; there are some cases where a key sequence is bound directly to a lambda form, and there's no reason to break these.
* (Fcall_interactively): For `K', use last_nonmenu_event.Richard M. Stallman1992-09-051-2/+4
| | | | Make `e' alias for `K'.
* entered into RCSRichard M. Stallman1992-07-261-1/+12
|
* *** empty log message ***Richard M. Stallman1992-07-241-4/+1
|
* *** empty log message ***Richard M. Stallman1992-07-191-1/+1
|
* *** empty log message ***Jim Blandy1992-06-301-2/+3
|
* *** empty log message ***Jim Blandy1992-05-181-6/+1
|
* *** empty log message ***Richard M. Stallman1992-05-131-1/+1
|
* *** empty log message ***Jim Blandy1992-04-241-6/+1
|
* *** empty log message ***Jim Blandy1992-04-191-6/+14
|
* *** empty log message ***Jim Blandy1992-01-281-0/+1
|
* *** empty log message ***Jim Blandy1992-01-131-11/+11
|
* *** empty log message ***Jim Blandy1991-12-041-10/+22
|
* Initial revisionMichael I. Bushnell1991-08-251-0/+569