diff options
| author | Stefan Monnier <monnier@iro.umontreal.ca> | 2001-10-31 02:19:05 +0000 |
|---|---|---|
| committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2001-10-31 02:19:05 +0000 |
| commit | e4247361e0f2120c9492e0118b1e1268a5098e5f (patch) | |
| tree | 1202f41a8181c249c73b66f0e7e7317c78a02a6f /src | |
| parent | b2e3a4577336784b0bf5ad55de6a2e69fb1f9e8a (diff) | |
| download | emacs-e4247361e0f2120c9492e0118b1e1268a5098e5f.tar.gz | |
(keys_of_macros): Remove.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lisp.h | 1 | ||||
| -rw-r--r-- | src/macros.c | 8 |
2 files changed, 0 insertions, 9 deletions
diff --git a/src/lisp.h b/src/lisp.h index 3def7204734..c414513afe2 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -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; diff --git a/src/macros.c b/src/macros.c index c585685bc1c..9daa8d39c6c 100644 --- a/src/macros.c +++ b/src/macros.c @@ -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"); -} |
