mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-01 11:14:55 +00:00
(keys_of_macros): Remove.
This commit is contained in:
parent
b2e3a45773
commit
e4247361e0
@ -2911,7 +2911,6 @@ extern Lisp_Object Qexecute_kbd_macro;
|
||||
EXFUN (Fexecute_kbd_macro, 2);
|
||||
extern void init_macros P_ ((void));
|
||||
extern void syms_of_macros P_ ((void));
|
||||
extern void keys_of_macros P_ ((void));
|
||||
|
||||
/* defined in undo.c */
|
||||
extern Lisp_Object Qinhibit_read_only;
|
||||
|
@ -366,11 +366,3 @@ syms_of_macros ()
|
||||
DEFVAR_KBOARD ("last-kbd-macro", Vlast_kbd_macro,
|
||||
"Last kbd macro defined, as a string or vector; nil if none defined.");
|
||||
}
|
||||
|
||||
void
|
||||
keys_of_macros ()
|
||||
{
|
||||
initial_define_key (control_x_map, ('e'), "call-last-kbd-macro");
|
||||
initial_define_key (control_x_map, ('('), "start-kbd-macro");
|
||||
initial_define_key (control_x_map, (')'), "end-kbd-macro");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user