]> git.eshelyaron.com Git - emacs.git/commitdiff
Include keyboard.h.
authorRichard M. Stallman <rms@gnu.org>
Mon, 10 Apr 1995 05:33:58 +0000 (05:33 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 10 Apr 1995 05:33:58 +0000 (05:33 +0000)
src/alloc.c
src/data.c
src/macros.c
src/minibuf.c
src/print.c

index 60624b734dc37d85fc6675c997d0e9201aa30a15..2436a112ea6fed12e1e74e52199cff04fdef002e 100644 (file)
@@ -28,6 +28,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #include "window.h"
 #include "frame.h"
 #include "blockinput.h"
+#include "keyboard.h"
 #endif
 
 #include "syssignal.h"
index 75e9b55a431f02397bc992a2000c9ac48d8e0450..2dc25cf8301a078ae59f6dc164e91c6aa6a107ed 100644 (file)
@@ -26,6 +26,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #ifndef standalone
 #include "buffer.h"
+#include "keyboard.h"
 #endif
 
 #include "syssignal.h"
index b03d2dfa18d45c37d3acd3ca5ad71f6143e0c90e..0ff7733d44537250f0b72e4a5ea8cc75a60fcd5f 100644 (file)
@@ -24,6 +24,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #include "commands.h"
 #include "buffer.h"
 #include "window.h"
+#include "keyboard.h"
 
 Lisp_Object Qexecute_kbd_macro;
 
index 37ae0f370dccb5436d13f50af7d8c247d269fba5..e8f97a2df2aeaaa6fda2b1b9ab460d594ad57860 100644 (file)
@@ -26,6 +26,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #include "frame.h"
 #include "window.h"
 #include "syntax.h"
+#include "keyboard.h"
 
 #define min(a, b) ((a) < (b) ? (a) : (b))
 
index 7f8fd6daaa8f2503874963a8b21317cda2448fed..12da3b3b6d1f55d84bea969fdebd6cf4c6e5b739 100644 (file)
@@ -30,6 +30,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #include "process.h"
 #include "dispextern.h"
 #include "termchar.h"
+#include "keyboard.h"
 #endif /* not standalone */
 
 #ifdef USE_TEXT_PROPERTIES