1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-23 10:34:07 +00:00

Include keymap.h.

This commit is contained in:
Stefan Monnier 2001-10-08 11:39:52 +00:00
parent 0c5b23f8ef
commit 8feddab4e0
9 changed files with 9 additions and 0 deletions

View File

@ -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));

View File

@ -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));

View File

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

View File

@ -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. */

View File

@ -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)

View File

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

View File

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

View File

@ -35,6 +35,7 @@ Boston, MA 02111-1307, USA. */
#include "systty.h"
#include "systime.h"
#include "atimer.h"
#include "keymap.h"
#include <ctype.h>
#include <errno.h>

View File

@ -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 <X11/Shell.h>