]> git.eshelyaron.com Git - emacs.git/commitdiff
(keys_of_macros): Remove.
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 31 Oct 2001 02:19:05 +0000 (02:19 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 31 Oct 2001 02:19:05 +0000 (02:19 +0000)
src/lisp.h
src/macros.c

index 3def7204734b07dc70e511c3757101e5cbee9e84..c414513afe218315b0823c16ff0f34112a719529 100644 (file)
@@ -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;
index c585685bc1c957e627b91171708bbf9a6aa0dddc..9daa8d39c6cbd3d55e28824de02f80c25c907478 100644 (file)
@@ -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");
-}