diff src/emacs.c @ 40535:67c90e8bde1a

(main): Don't call keys_of_macros any more.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 31 Oct 2001 02:16:57 +0000
parents 625565cae9c9
children 6ae61fbe6134
line wrap: on
line diff
--- a/src/emacs.c	Wed Oct 31 02:15:54 2001 +0000
+++ b/src/emacs.c	Wed Oct 31 02:16:57 2001 +0000
@@ -1483,7 +1483,6 @@
       keys_of_buffer ();
       keys_of_keyboard ();
       keys_of_keymap ();
-      keys_of_macros ();
       keys_of_minibuf ();
       keys_of_window ();
       keys_of_frame ();