Mercurial > emacs
changeset 11341:e0f3fa4e7bf3
Include keyboard.h.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 10 Apr 1995 05:33:58 +0000 |
parents | 5c97fabe0ab9 |
children | 595afe6de74d |
files | src/alloc.c src/data.c src/macros.c src/minibuf.c src/print.c |
diffstat | 5 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/alloc.c Mon Apr 10 04:49:13 1995 +0000 +++ b/src/alloc.c Mon Apr 10 05:33:58 1995 +0000 @@ -28,6 +28,7 @@ #include "window.h" #include "frame.h" #include "blockinput.h" +#include "keyboard.h" #endif #include "syssignal.h"
--- a/src/data.c Mon Apr 10 04:49:13 1995 +0000 +++ b/src/data.c Mon Apr 10 05:33:58 1995 +0000 @@ -26,6 +26,7 @@ #ifndef standalone #include "buffer.h" +#include "keyboard.h" #endif #include "syssignal.h"
--- a/src/macros.c Mon Apr 10 04:49:13 1995 +0000 +++ b/src/macros.c Mon Apr 10 05:33:58 1995 +0000 @@ -24,6 +24,7 @@ #include "commands.h" #include "buffer.h" #include "window.h" +#include "keyboard.h" Lisp_Object Qexecute_kbd_macro;