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
3e4731a3
Commit
3e4731a3
authored
Aug 22, 2000
by
Andrew Innes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Include keyboard.h before frame.h.
parent
38006079
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
1 deletion
+3
-1
src/w32select.c
src/w32select.c
+1
-0
src/w32xfns.c
src/w32xfns.c
+1
-0
src/window.c
src/window.c
+1
-1
No files found.
src/w32select.c
View file @
3e4731a3
...
...
@@ -24,6 +24,7 @@ Boston, MA 02111-1307, USA. */
#include "lisp.h"
#include "w32term.h"
/* for all of the w32 includes */
#include "dispextern.h"
/* frame.h seems to want this */
#include "keyboard.h"
#include "frame.h"
/* Need this to get the X window of selected_frame */
#include "blockinput.h"
#include "buffer.h"
...
...
src/w32xfns.c
View file @
3e4731a3
...
...
@@ -22,6 +22,7 @@ Boston, MA 02111-1307, USA. */
#include <signal.h>
#include <stdio.h>
#include "lisp.h"
#include "keyboard.h"
#include "frame.h"
#include "charset.h"
#include "fontset.h"
...
...
src/window.c
View file @
3e4731a3
...
...
@@ -22,13 +22,13 @@ Boston, MA 02111-1307, USA. */
#include <config.h>
#include "lisp.h"
#include "buffer.h"
#include "keyboard.h"
#include "frame.h"
#include "window.h"
#include "commands.h"
#include "indent.h"
#include "termchar.h"
#include "disptab.h"
#include "keyboard.h"
#include "dispextern.h"
#include "blockinput.h"
#include "intervals.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