Include keymap.h.

This commit is contained in:
Stefan Monnier 2001-10-10 16:05:21 +00:00
parent 07becdb197
commit e35f6ff793
10 changed files with 15 additions and 1 deletions

View 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.

View 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 */

View 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};

View 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

View 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;

View 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>

View 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"

View 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;

View 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

View 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"