| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (Fcall_interactively): Ignore `-' in string. | Richard M. Stallman | 1994-06-15 | 1 | -3/+5 |
| | | | | | | (Fcall_interactively): Don't call minibuffer-window-active-p; determine directly whether a minibuf window is active. | ||||
| * | Update copyright. | Karl Heuer | 1994-05-04 | 1 | -1/+1 |
| | | |||||
| * | (check_mark, Fcall_interactively): Use assignment, not initialization. | Karl Heuer | 1994-03-23 | 1 | -3/+4 |
| | | |||||
| * | Fix typo in previous change. | Karl Heuer | 1994-03-09 | 1 | -2/+2 |
| | | |||||
| * | (Fcall_interactively): Don't select an active minibuffer. | Karl Heuer | 1994-03-09 | 1 | -1/+7 |
| | | |||||
| * | Include <config.h> instead of "config.h". | Roland McGrath | 1993-09-10 | 1 | -1/+1 |
| | | |||||
| * | (syms_of_callint): Fix DEFVAR_LISP for Vmark_even_if_inactive to use right | Roland McGrath | 1993-07-08 | 1 | -1/+1 |
| | | | | | Lisp symbol name (without V prepended). | ||||
| * | (check_mark): Don't check mark-active unless in transient-mark-mode. | Roland McGrath | 1993-07-08 | 1 | -2/+3 |
| | | | | | For inactive mark, signal mark-inactive instead of error with a message. | ||||
| * | (Vmark_even_if_inactive): New var, with Lisp variable. | Richard M. Stallman | 1993-07-04 | 1 | -1/+13 |
| | | | | | (check_mark): Use it. | ||||
| * | (check_mark): Error if mark is not active. | Richard M. Stallman | 1993-03-07 | 1 | -4/+6 |
| | | |||||
| * | * callint.c (Fcall_interactively): Pass the correct number of | Jim Blandy | 1993-02-22 | 1 | -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 18th | Jim Blandy | 1993-01-26 | 1 | -14/+29 |
| | | |||||
| * | (Fcall_interactively): For `s', use Fread_string. | Richard M. Stallman | 1992-12-21 | 1 | -1/+1 |
| | | |||||
| * | (preserved_fns): New var. | Richard M. Stallman | 1992-10-30 | 1 | -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 Blandy | 1992-10-17 | 1 | -2/+3 |
| | | | | | this_command_keys is now a vector. | ||||
| * | * callint.c (Fcall_interactively): Allow multiple 'e' specs. | Jim Blandy | 1992-10-11 | 1 | -6/+16 |
| | | | | | (Finteractive): Doc fix. | ||||
| * | (Fcall_interactively): Pass 2nd arg to Fother_buffer. | Richard M. Stallman | 1992-10-06 | 1 | -2/+3 |
| | | |||||
| * | * callint.c (Fcall_interactively): Remove the 'K' interactive | Jim Blandy | 1992-09-13 | 1 | -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. Stallman | 1992-09-05 | 1 | -2/+4 |
| | | | | | Make `e' alias for `K'. | ||||
| * | entered into RCS | Richard M. Stallman | 1992-07-26 | 1 | -1/+12 |
| | | |||||
| * | *** empty log message *** | Richard M. Stallman | 1992-07-24 | 1 | -4/+1 |
| | | |||||
| * | *** empty log message *** | Richard M. Stallman | 1992-07-19 | 1 | -1/+1 |
| | | |||||
| * | *** empty log message *** | Jim Blandy | 1992-06-30 | 1 | -2/+3 |
| | | |||||
| * | *** empty log message *** | Jim Blandy | 1992-05-18 | 1 | -6/+1 |
| | | |||||
| * | *** empty log message *** | Richard M. Stallman | 1992-05-13 | 1 | -1/+1 |
| | | |||||
| * | *** empty log message *** | Jim Blandy | 1992-04-24 | 1 | -6/+1 |
| | | |||||
| * | *** empty log message *** | Jim Blandy | 1992-04-19 | 1 | -6/+14 |
| | | |||||
| * | *** empty log message *** | Jim Blandy | 1992-01-28 | 1 | -0/+1 |
| | | |||||
| * | *** empty log message *** | Jim Blandy | 1992-01-13 | 1 | -11/+11 |
| | | |||||
| * | *** empty log message *** | Jim Blandy | 1991-12-04 | 1 | -10/+22 |
| | | |||||
| * | Initial revision | Michael I. Bushnell | 1991-08-25 | 1 | -0/+569 |