Include keymap.h.
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 10 Oct 2001 16:05:21 +0000 (16:05 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 10 Oct 2001 16:05:21 +0000 (16:05 +0000)
src/ChangeLog
src/buffer.c
src/casefiddle.c
src/category.c
src/cmds.c
src/emacs.c
src/frame.c
src/macros.c
src/syntax.c
src/window.c

index 7312e1b..0aaeceb 100644 (file)
@@ -1,3 +1,8 @@
+2001-10-10  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * window.c, syntax.c, macros.c, frame.c, emacs.c, cmds.c, category.c,
+       casefiddle.c, buffer.c: Include keymap.h.
+
 2001-10-10  Gerd Moellmann  <gerd@gnu.org>
 
        * s/osf5-0.h (C_SWITCH_SYSTEM) [!__GNUC__]: Add `-nointrinsics'
@@ -11,7 +16,7 @@
        * editfns.c (Fcurrent_time_zone): Cast isalnum() argument to
        unsigned char.
        From Hallvard B Furuseth <h.b.furuseth@usit.uio.no>.
-       
+
 2001-10-08  Andrew Innes  <andrewi@gnu.org>
 
        * lisp.h [max]: Undef min and max before redefining them.
index 1981390..b5d1ab8 100644 (file)
@@ -49,6 +49,7 @@ extern int errno;
 #include "indent.h"
 #include "blockinput.h"
 #include "keyboard.h"
+#include "keymap.h"
 #include "frame.h"
 
 struct buffer *current_buffer;         /* the current buffer */
index 887cce0..6192879 100644 (file)
@@ -26,6 +26,7 @@ Boston, MA 02111-1307, USA.  */
 #include "commands.h"
 #include "syntax.h"
 #include "composite.h"
+#include "keymap.h"
 
 enum case_action {CASE_UP, CASE_DOWN, CASE_CAPITALIZE, CASE_CAPITALIZE_UP};
 
index e77d6f3..c09e32e 100644 (file)
@@ -29,6 +29,7 @@ Boston, MA 02111-1307, USA.  */
 #include "buffer.h"
 #include "charset.h"
 #include "category.h"
+#include "keymap.h"
 
 /* The version number of the latest category table.  Each category
    table has a unique version number.  It is assigned a new number
index b3394c2..f938cc1 100644 (file)
@@ -27,6 +27,7 @@ Boston, MA 02111-1307, USA.  */
 #include "syntax.h"
 #include "window.h"
 #include "keyboard.h"
+#include "keymap.h"
 #include "dispextern.h"
 
 Lisp_Object Qkill_forward_chars, Qkill_backward_chars, Vblink_paren_function;
index ab9521c..8f4cd65 100644 (file)
@@ -51,6 +51,7 @@ Boston, MA 02111-1307, USA.  */
 #include "process.h"
 #include "termhooks.h"
 #include "keyboard.h"
+#include "keymap.h"
 
 #ifdef HAVE_SETLOCALE
 #include <locale.h>
index 3fb507b..0e41812 100644 (file)
@@ -37,6 +37,7 @@ Boston, MA 02111-1307, USA.  */
 /* These help us bind and responding to switch-frame events.  */
 #include "commands.h"
 #include "keyboard.h"
+#include "keymap.h"
 #include "frame.h"
 #ifdef HAVE_WINDOW_SYSTEM
 #include "fontset.h"
index c70e29d..c585685 100644 (file)
@@ -26,6 +26,7 @@ Boston, MA 02111-1307, USA.  */
 #include "buffer.h"
 #include "window.h"
 #include "keyboard.h"
+#include "keymap.h"
 
 Lisp_Object Qexecute_kbd_macro, Qkbd_macro_termination_hook;
 
index b279992..28ec964 100644 (file)
@@ -25,6 +25,7 @@ Boston, MA 02111-1307, USA.  */
 #include "commands.h"
 #include "buffer.h"
 #include "charset.h"
+#include "keymap.h"
 
 /* Make syntax table lookup grant data in gl_state.  */
 #define SYNTAX_ENTRY_VIA_PROPERTY
index b486a38..11c56bb 100644 (file)
@@ -24,6 +24,7 @@ Boston, MA 02111-1307, USA.  */
 #include "lisp.h"
 #include "buffer.h"
 #include "keyboard.h"
+#include "keymap.h"
 #include "frame.h"
 #include "window.h"
 #include "commands.h"