Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
8feddab4
Commit
8feddab4
authored
Oct 08, 2001
by
Stefan Monnier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Include keymap.h.
parent
0c5b23f8
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
9 additions
and
0 deletions
+9
-0
src/callint.c
src/callint.c
+1
-0
src/doc.c
src/doc.c
+1
-0
src/fns.c
src/fns.c
+1
-0
src/intervals.c
src/intervals.c
+1
-0
src/keymap.c
src/keymap.c
+1
-0
src/minibuf.c
src/minibuf.c
+1
-0
src/term.c
src/term.c
+1
-0
src/w32term.c
src/w32term.c
+1
-0
src/xterm.c
src/xterm.c
+1
-0
No files found.
src/callint.c
View file @
8feddab4
...
...
@@ -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
));
...
...
src/doc.c
View file @
8feddab4
...
...
@@ -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
));
...
...
src/fns.c
View file @
8feddab4
...
...
@@ -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"
...
...
src/intervals.c
View file @
8feddab4
...
...
@@ -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. */
...
...
src/keymap.c
View file @
8feddab4
...
...
@@ -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)
...
...
src/minibuf.c
View file @
8feddab4
...
...
@@ -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
;
...
...
src/term.c
View file @
8feddab4
...
...
@@ -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
...
...
src/w32term.c
View file @
8feddab4
...
...
@@ -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>
...
...
src/xterm.c
View file @
8feddab4
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment