]> git.eshelyaron.com Git - emacs.git/commitdiff
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 7312e1b991e9198fdbc7bbb371febc22ecf00e2c..0aaecebaf76d77fc592926682414ab5c3e384e52 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 198139019ea75f8d493d55f719ac2dda4753433f..b5d1ab89c5c27d41d2aaf18c39fcea0b76d1794c 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 887cce0c51a40d528efe9e86845ab3630b96e54d..61928794ec1d11c46a86933322065b837f344b7e 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 e77d6f3b753bb603cbb773d384bf78f481c61c22..c09e32e8d47c2ea2fcd7a290d4e44569938ce05f 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 b3394c2fc4ea12299045f1845599114f0db9cfb8..f938cc133dbdb5aabece72f863692e3688db24c5 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 ab9521cc4c78f84b37f410584cf1f0735e0d8062..8f4cd6568c863b23d7e79811e19a843b0c2dded0 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 3fb507b7752e56179e6cead5be1e7d3e2e2805ff..0e41812b80001bacf99ed7ed253adfc58d46b644 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 c70e29d9db1afce3c2c362210236a173c599f9df..c585685bc1c957e627b91171708bbf9a6aa0dddc 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 b2799924a5bab08782ed9430223e5860b57f363a..28ec964f877e3529c6af24b4ef2c19aa1856919c 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 b486a38b9d2ce8d6a2843bb576fe676c32994d08..11c56bbbe73c294b5d1f2610c9be1b48de51f05d 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"