diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2001-11-02 04:49:57 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2001-11-02 04:49:57 +0000 |
commit | ed97db13590b125e592f2dae39d45b75f5007362 (patch) | |
tree | 6797f9c54c610ddf4431549e1beca36b6df05454 /src/macros.c | |
parent | 2d78d3e878e0b64f13fe51a2b1cb1105b0ed6aae (diff) | |
download | emacs-ed97db13590b125e592f2dae39d45b75f5007362.tar.gz |
Don't include keymap.h any more.
Diffstat (limited to 'src/macros.c')
-rw-r--r-- | src/macros.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/macros.c b/src/macros.c index 9daa8d39c6c..af066574c66 100644 --- a/src/macros.c +++ b/src/macros.c @@ -26,7 +26,6 @@ Boston, MA 02111-1307, USA. */ #include "buffer.h" #include "window.h" #include "keyboard.h" -#include "keymap.h" Lisp_Object Qexecute_kbd_macro, Qkbd_macro_termination_hook; |