aboutsummaryrefslogtreecommitdiffstats
path: root/src/macros.c
diff options
context:
space:
mode:
authorRichard M. Stallman1995-04-10 05:33:58 +0000
committerRichard M. Stallman1995-04-10 05:33:58 +0000
commit077d751f1452e24c6bc400776c6464f564e074fc (patch)
tree4f5bdf6fcf527364bc44e004c4aef69a7ea1fc3c /src/macros.c
parentc2fb84883170b04d3e6649e7c1f6f96ca9c1599d (diff)
downloademacs-077d751f1452e24c6bc400776c6464f564e074fc.tar.gz
emacs-077d751f1452e24c6bc400776c6464f564e074fc.zip
Include keyboard.h.
Diffstat (limited to 'src/macros.c')
-rw-r--r--src/macros.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/macros.c b/src/macros.c
index b03d2dfa18d..0ff7733d445 100644
--- a/src/macros.c
+++ b/src/macros.c
@@ -24,6 +24,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
24#include "commands.h" 24#include "commands.h"
25#include "buffer.h" 25#include "buffer.h"
26#include "window.h" 26#include "window.h"
27#include "keyboard.h"
27 28
28Lisp_Object Qexecute_kbd_macro; 29Lisp_Object Qexecute_kbd_macro;
29 30