1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-30 09:00:31 -08:00
Commit graph

31 commits

Author SHA1 Message Date
Richard M. Stallman
42bb2790f0 (Fcall_interactively): Ignore `-' in string.
(Fcall_interactively): Don't call minibuffer-window-active-p;
determine directly whether a minibuf window is active.
1994-06-15 18:17:55 +00:00
Karl Heuer
3a22ee3595 Update copyright. 1994-05-04 02:41:09 +00:00
Karl Heuer
86c1cf234e (check_mark, Fcall_interactively): Use assignment, not initialization. 1994-03-23 22:26:28 +00:00
Karl Heuer
d68807fc71 Fix typo in previous change. 1994-03-09 06:13:36 +00:00
Karl Heuer
d1fa2e8a7a (Fcall_interactively): Don't select an active minibuffer. 1994-03-09 06:07:43 +00:00
Roland McGrath
18160b98ce Include <config.h> instead of "config.h". 1993-09-10 06:15:46 +00:00
Roland McGrath
2ad6c95919 (syms_of_callint): Fix DEFVAR_LISP for Vmark_even_if_inactive to use right
Lisp symbol name (without V prepended).
1993-07-08 23:44:01 +00:00
Roland McGrath
6497d2d838 (check_mark): Don't check mark-active unless in transient-mark-mode.
For inactive mark, signal mark-inactive instead of error with a message.
1993-07-08 21:43:11 +00:00
Richard M. Stallman
9f315aebf6 (Vmark_even_if_inactive): New var, with Lisp variable.
(check_mark): Use it.
1993-07-04 04:55:03 +00:00
Richard M. Stallman
4d1f43c038 (check_mark): Error if mark is not active. 1993-03-07 09:31:37 +00:00
Jim Blandy
b37902c85c * callint.c (Fcall_interactively): Pass the correct number of
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.
1993-02-22 14:48:45 +00:00
Jim Blandy
dbc4e1c129 JimB's changes since January 18th 1993-01-26 01:58:16 +00:00
Richard M. Stallman
be58fa58a9 (Fcall_interactively): For `s', use Fread_string. 1992-12-21 05:38:25 +00:00
Richard M. Stallman
03e130d5ca (preserved_fns): New var.
(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.
1992-10-30 06:01:13 +00:00
Jim Blandy
7e6491d3b4 * callint.c (Fcall_interactively): Change handling of 'e' spec;
this_command_keys is now a vector.
1992-10-17 22:11:23 +00:00
Jim Blandy
bc78232cf6 * callint.c (Fcall_interactively): Allow multiple 'e' specs.
(Finteractive): Doc fix.
1992-10-11 06:39:13 +00:00
Richard M. Stallman
9262fcb66a (Fcall_interactively): Pass 2nd arg to Fother_buffer. 1992-10-06 00:03:11 +00:00
Jim Blandy
afa4c0f3cd * callint.c (Fcall_interactively): Remove the 'K' interactive
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.
1992-09-13 12:19:42 +00:00
Richard M. Stallman
a4d4c8197b (Fcall_interactively): For `K', use last_nonmenu_event.
Make `e' alias for `K'.
1992-09-05 00:10:28 +00:00
Richard M. Stallman
526148036b entered into RCS 1992-07-26 19:36:03 +00:00
Richard M. Stallman
15c65264fa *** empty log message *** 1992-07-24 07:15:18 +00:00
Richard M. Stallman
fd5285f3e3 *** empty log message *** 1992-07-19 01:07:07 +00:00
Jim Blandy
e5d77022e8 *** empty log message *** 1992-06-30 13:54:21 +00:00
Jim Blandy
ffd56f97cf *** empty log message *** 1992-05-18 08:14:41 +00:00
Richard M. Stallman
ba2aa08420 *** empty log message *** 1992-05-13 23:02:02 +00:00
Jim Blandy
4746118aca *** empty log message *** 1992-04-24 08:11:54 +00:00
Jim Blandy
46947372a3 *** empty log message *** 1992-04-19 08:53:55 +00:00
Jim Blandy
760cbdd312 *** empty log message *** 1992-01-28 16:01:00 +00:00
Jim Blandy
265a9e559d *** empty log message *** 1992-01-13 21:48:08 +00:00
Jim Blandy
63007de27b *** empty log message *** 1991-12-04 03:20:22 +00:00
Michael I. Bushnell
ec28a64dd1 Initial revision 1991-08-25 01:14:32 +00:00