diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2001-10-10 16:05:21 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2001-10-10 16:05:21 +0000 |
commit | e35f6ff7931ff9d1ac4312c2e1cf7afefdd3dcc5 (patch) | |
tree | 0e39f1cb6e526797bd10beabdca930f114f6688c /src/macros.c | |
parent | 07becdb1973bdeb055eedb959d7f10abe36b574b (diff) | |
download | emacs-e35f6ff7931ff9d1ac4312c2e1cf7afefdd3dcc5.tar.gz |
Include keymap.h.
Diffstat (limited to 'src/macros.c')
-rw-r--r-- | src/macros.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/macros.c b/src/macros.c index c70e29d9db1..c585685bc1c 100644 --- a/src/macros.c +++ b/src/macros.c @@ -26,6 +26,7 @@ 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; |