changeset 39697:0b986bb45526

Include keymap.h.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 08 Oct 2001 11:39:52 +0000
parents 71c1cd438d8b
children 1af81820a584
files 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
diffstat 9 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/callint.c	Mon Oct 08 11:36:45 2001 +0000
+++ b/src/callint.c	Mon Oct 08 11:39:52 2001 +0000
@@ -27,6 +27,7 @@
 #include "keyboard.h"
 #include "window.h"
 #include "mocklisp.h"
+#include "keymap.h"
 
 #ifdef HAVE_INDEX
 extern char *index P_ ((const char *, int));
--- a/src/doc.c	Mon Oct 08 11:36:45 2001 +0000
+++ b/src/doc.c	Mon Oct 08 11:39:52 2001 +0000
@@ -40,6 +40,7 @@
 #include "buffer.h"
 #include "keyboard.h"
 #include "charset.h"
+#include "keymap.h"
 
 #ifdef HAVE_INDEX
 extern char *index P_ ((const char *, int));
--- a/src/fns.c	Mon Oct 08 11:36:45 2001 +0000
+++ b/src/fns.c	Mon Oct 08 11:39:52 2001 +0000
@@ -38,6 +38,7 @@
 
 #include "buffer.h"
 #include "keyboard.h"
+#include "keymap.h"
 #include "intervals.h"
 #include "frame.h"
 #include "window.h"
--- a/src/intervals.c	Mon Oct 08 11:36:45 2001 +0000
+++ b/src/intervals.c	Mon Oct 08 11:39:52 2001 +0000
@@ -45,6 +45,7 @@
 #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.  */
--- a/src/keymap.c	Mon Oct 08 11:36:45 2001 +0000
+++ b/src/keymap.c	Mon Oct 08 11:39:52 2001 +0000
@@ -31,6 +31,7 @@
 #include "blockinput.h"
 #include "puresize.h"
 #include "intervals.h"
+#include "keymap.h"
 
 /* The number of elements in keymap vectors.  */
 #define DENSE_TABLE_SIZE (0200)
--- a/src/minibuf.c	Mon Oct 08 11:36:45 2001 +0000
+++ b/src/minibuf.c	Mon Oct 08 11:39:52 2001 +0000
@@ -32,6 +32,7 @@
 #include "window.h"
 #include "syntax.h"
 #include "intervals.h"
+#include "keymap.h"
 
 extern int quit_char;
 
--- a/src/term.c	Mon Oct 08 11:36:45 2001 +0000
+++ b/src/term.c	Mon Oct 08 11:39:52 2001 +0000
@@ -36,6 +36,7 @@
 #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
--- a/src/w32term.c	Mon Oct 08 11:36:45 2001 +0000
+++ b/src/w32term.c	Mon Oct 08 11:39:52 2001 +0000
@@ -35,6 +35,7 @@
 #include "systty.h"
 #include "systime.h"
 #include "atimer.h"
+#include "keymap.h"
 
 #include <ctype.h>
 #include <errno.h>
--- a/src/xterm.c	Mon Oct 08 11:36:45 2001 +0000
+++ b/src/xterm.c	Mon Oct 08 11:39:52 2001 +0000
@@ -84,6 +84,7 @@
 #include "intervals.h"
 #include "process.h"
 #include "atimer.h"
+#include "keymap.h"
 
 #ifdef USE_X_TOOLKIT
 #include <X11/Shell.h>