From: Stefan Monnier Date: Mon, 8 Oct 2001 11:39:52 +0000 (+0000) Subject: Include keymap.h. X-Git-Tag: ttn-vms-21-2-B4~19638 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8feddab4e024ab610b6e7c3399bfcd2f63b4a6f9;p=emacs.git Include keymap.h. --- diff --git a/src/callint.c b/src/callint.c index df3ada4f04a..caacef7565a 100644 --- a/src/callint.c +++ b/src/callint.c @@ -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)); diff --git a/src/doc.c b/src/doc.c index f98303a30de..09f377bb1af 100644 --- 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)); diff --git a/src/fns.c b/src/fns.c index 8497b065bfd..162bc16ad2b 100644 --- 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" diff --git a/src/intervals.c b/src/intervals.c index 731a0f99121..06d6d5995bd 100644 --- a/src/intervals.c +++ b/src/intervals.c @@ -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. */ diff --git a/src/keymap.c b/src/keymap.c index ac2727a623e..d4f23bb3dab 100644 --- a/src/keymap.c +++ b/src/keymap.c @@ -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) diff --git a/src/minibuf.c b/src/minibuf.c index 8a1923d0ef6..c9b20a2e3f5 100644 --- a/src/minibuf.c +++ b/src/minibuf.c @@ -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; diff --git a/src/term.c b/src/term.c index dcdbe9dddac..9f281db0182 100644 --- a/src/term.c +++ b/src/term.c @@ -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 diff --git a/src/w32term.c b/src/w32term.c index ba4326f94e6..42a8fdd957f 100644 --- a/src/w32term.c +++ b/src/w32term.c @@ -35,6 +35,7 @@ Boston, MA 02111-1307, USA. */ #include "systty.h" #include "systime.h" #include "atimer.h" +#include "keymap.h" #include #include diff --git a/src/xterm.c b/src/xterm.c index 1dffe8da1b5..b977fa6db36 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -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