]> git.eshelyaron.com Git - emacs.git/commitdiff
Include keymap.h.
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 8 Oct 2001 11:39:52 +0000 (11:39 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 8 Oct 2001 11:39:52 +0000 (11:39 +0000)
src/callint.c
src/doc.c
src/fns.c
src/intervals.c
src/keymap.c
src/minibuf.c
src/term.c
src/w32term.c
src/xterm.c

index df3ada4f04a5337ba1e718f2ad278b8688f817ec..caacef7565a94f7f35d5d5e9c049d47ed71bf23d 100644 (file)
@@ -27,6 +27,7 @@ Boston, MA 02111-1307, USA.  */
 #include "keyboard.h"
 #include "window.h"
 #include "mocklisp.h"
+#include "keymap.h"
 
 #ifdef HAVE_INDEX
 extern char *index P_ ((const char *, int));
index f98303a30de37387f50312e70943ebffd36cb813..09f377bb1afa48788825ddfe41c9cea553fd6b69 100644 (file)
--- a/src/doc.c
+++ b/src/doc.c
@@ -40,6 +40,7 @@ Boston, MA 02111-1307, USA.  */
 #include "buffer.h"
 #include "keyboard.h"
 #include "charset.h"
+#include "keymap.h"
 
 #ifdef HAVE_INDEX
 extern char *index P_ ((const char *, int));
index 8497b065bfdd82b40d88658c0b33d246493df081..162bc16ad2b4ccc14f2537a426e53c23dfe8541b 100644 (file)
--- a/src/fns.c
+++ b/src/fns.c
@@ -38,6 +38,7 @@ Boston, MA 02111-1307, USA.  */
 
 #include "buffer.h"
 #include "keyboard.h"
+#include "keymap.h"
 #include "intervals.h"
 #include "frame.h"
 #include "window.h"
index 731a0f99121f5dae6151b8ef61fb289be51fb04e..06d6d5995bdbab7c950b43c741cfc3cff28db21e 100644 (file)
@@ -45,6 +45,7 @@ Boston, MA 02111-1307, USA.  */
 #include "buffer.h"
 #include "puresize.h"
 #include "keyboard.h"
+#include "keymap.h"
 
 /* Test for membership, allowing for t (actually any non-cons) to mean the
    universal set.  */
index ac2727a623ea02050c8cc3183e15af95effd3cd2..d4f23bb3dab1dd5cba25bab37440cf217ef87eec 100644 (file)
@@ -31,6 +31,7 @@ Boston, MA 02111-1307, USA.  */
 #include "blockinput.h"
 #include "puresize.h"
 #include "intervals.h"
+#include "keymap.h"
 
 /* The number of elements in keymap vectors.  */
 #define DENSE_TABLE_SIZE (0200)
index 8a1923d0ef65669cdbd0e28c41776ca4e9055586..c9b20a2e3f553d88da7011363df721329d2ab03c 100644 (file)
@@ -32,6 +32,7 @@ Boston, MA 02111-1307, USA.  */
 #include "window.h"
 #include "syntax.h"
 #include "intervals.h"
+#include "keymap.h"
 
 extern int quit_char;
 
index dcdbe9dddac70537141169c04fda82fb13ab64ac..9f281db01828828c1424e9ef4599ca41d742025b 100644 (file)
@@ -36,6 +36,7 @@ Boston, MA 02111-1307, USA.  */
 #include "termhooks.h"
 #include "dispextern.h"
 #include "window.h"
+#include "keymap.h"
 
 /* For now, don't try to include termcap.h.  On some systems,
    configure finds a non-standard termcap.h that the main build
index ba4326f94e64383fede21892266b9845cb93feb2..42a8fdd957fd6fd9182176693310138506abbb1d 100644 (file)
@@ -35,6 +35,7 @@ Boston, MA 02111-1307, USA.  */
 #include "systty.h"
 #include "systime.h"
 #include "atimer.h"
+#include "keymap.h"
 
 #include <ctype.h>
 #include <errno.h>
index 1dffe8da1b59a8470220c483f192c511935d2819..b977fa6db36809a933dd47fc0ea2f87f8009e0c7 100644 (file)
@@ -84,6 +84,7 @@ Boston, MA 02111-1307, USA.  */
 #include "intervals.h"
 #include "process.h"
 #include "atimer.h"
+#include "keymap.h"
 
 #ifdef USE_X_TOOLKIT
 #include <X11/Shell.h>