mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-24 10:38:38 +00:00
Include keymap.h.
This commit is contained in:
parent
0c5b23f8ef
commit
8feddab4e0
@ -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));
|
||||
|
@ -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));
|
||||
|
@ -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"
|
||||
|
@ -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. */
|
||||
|
@ -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)
|
||||
|
@ -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;
|
||||
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user