From: Stefan Monnier Date: Wed, 31 Oct 2001 02:16:57 +0000 (+0000) Subject: (main): Don't call keys_of_macros any more. X-Git-Tag: ttn-vms-21-2-B4~18975 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b2e3a4577336784b0bf5ad55de6a2e69fb1f9e8a;p=emacs.git (main): Don't call keys_of_macros any more. --- diff --git a/src/emacs.c b/src/emacs.c index f709cc9753f..c531dfc5071 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -1483,7 +1483,6 @@ main (argc, argv, envp) keys_of_buffer (); keys_of_keyboard (); keys_of_keymap (); - keys_of_macros (); keys_of_minibuf (); keys_of_window (); keys_of_frame ();