]> git.eshelyaron.com Git - emacs.git/commitdiff
Include keyboard.h before frame.h.
authorAndrew Innes <andrewi@gnu.org>
Tue, 22 Aug 2000 22:41:00 +0000 (22:41 +0000)
committerAndrew Innes <andrewi@gnu.org>
Tue, 22 Aug 2000 22:41:00 +0000 (22:41 +0000)
src/alloc.c
src/buffer.c
src/fontset.c
src/frame.c
src/indent.c
src/minibuf.c
src/print.c
src/scroll.c
src/term.c

index fa6a4c2394c80de92157ff2efae795f0d56b0928..daadc998cb5e78f48cccd22265413fc0b5ef48ee 100644 (file)
@@ -36,9 +36,9 @@ Boston, MA 02111-1307, USA.  */
 #include "puresize.h"
 #include "buffer.h"
 #include "window.h"
+#include "keyboard.h"
 #include "frame.h"
 #include "blockinput.h"
-#include "keyboard.h"
 #include "charset.h"
 #include "syssignal.h"
 #include <setjmp.h>
index ea4d4699cebb8681221966831c8df18671409690..9e2142b0bfc9e3dc50ba59ac36903319a4b04231 100644 (file)
@@ -26,7 +26,9 @@ Boston, MA 02111-1307, USA.  */
 #include <sys/param.h>
 #include <errno.h>
 
+#ifndef USE_CRT_DLL
 extern int errno;
+#endif
 
 #ifndef MAXPATHLEN
 /* in 4.1, param.h fails to define this. */
@@ -45,6 +47,7 @@ extern int errno;
 #include "region-cache.h"
 #include "indent.h"
 #include "blockinput.h"
+#include "keyboard.h"
 #include "frame.h"
 
 struct buffer *current_buffer;         /* the current buffer */
index 30450ea8368c1507d6351b37c87ee25168baaaa4..7b8f5ce73c9b0bb63a23643b6e30b2c8f08b961a 100644 (file)
@@ -31,6 +31,7 @@ Boston, MA 02111-1307, USA.  */
 #include "buffer.h"
 #include "charset.h"
 #include "ccl.h"
+#include "keyboard.h"
 #include "frame.h"
 #include "dispextern.h"
 #include "fontset.h"
index efbf7a122596fe04264cfab46de379a798796835..714aaad9d7715be62852415713879e6dd54d4c37 100644 (file)
@@ -29,6 +29,10 @@ Boston, MA 02111-1307, USA.  */
 #ifdef WINDOWSNT
 #include "w32term.h"
 #endif
+#include "buffer.h"
+/* These help us bind and responding to switch-frame events.  */
+#include "commands.h"
+#include "keyboard.h"
 #include "frame.h"
 #ifdef HAVE_WINDOW_SYSTEM
 #include "fontset.h"
@@ -222,12 +226,6 @@ set_menu_bar_lines (f, value, oldval)
     }
 }
 \f
-#include "buffer.h"
-
-/* These help us bind and responding to switch-frame events.  */
-#include "commands.h"
-#include "keyboard.h"
-
 Lisp_Object Vemacs_iconified;
 Lisp_Object Vframe_list;
 
index b899464496d83f607016aae1a4e1e512a6d8519a..7a7be2fe3018021f66029b8bb291a8df52c2bee6 100644 (file)
@@ -25,6 +25,7 @@ Boston, MA 02111-1307, USA.  */
 #include "charset.h"
 #include "category.h"
 #include "indent.h"
+#include "keyboard.h"
 #include "frame.h"
 #include "window.h"
 #include "termchar.h"
index 50cd82ae1afbe18b57a5b309f74ca8a9b9a7fee9..464dc37093fe350833ace47784f38cbfb96b30e4 100644 (file)
@@ -27,10 +27,10 @@ Boston, MA 02111-1307, USA.  */
 #include "buffer.h"
 #include "charset.h"
 #include "dispextern.h"
+#include "keyboard.h"
 #include "frame.h"
 #include "window.h"
 #include "syntax.h"
-#include "keyboard.h"
 
 #define min(a, b) ((a) < (b) ? (a) : (b))
 
index 85b508a50b4e3246f16d63293edbeed95d5584e3..b6d12f2a9fb34c12633af2534fd06adb5fbe81e9 100644 (file)
@@ -25,12 +25,12 @@ Boston, MA 02111-1307, USA.  */
 #include "lisp.h"
 #include "buffer.h"
 #include "charset.h"
+#include "keyboard.h"
 #include "frame.h"
 #include "window.h"
 #include "process.h"
 #include "dispextern.h"
 #include "termchar.h"
-#include "keyboard.h"
 #include "intervals.h"
 
 Lisp_Object Vstandard_output, Qstandard_output;
index fcb2e0e791a7e543368bfb12c63c8e828771a6a4..83e029f417cfe3f7a43729c5ae85ebcc03835dec 100644 (file)
@@ -25,6 +25,7 @@ Boston, MA 02111-1307, USA.  */
 #include "termchar.h"
 #include "lisp.h"
 #include "dispextern.h"
+#include "keyboard.h"
 #include "frame.h"
 #include "window.h"
 
index 01e5b578164dd3d3db6eb931e3597a94c1a25778..07e633fec6223d48fd60a520e6096eb277cbb7c2 100644 (file)
@@ -31,10 +31,10 @@ Boston, MA 02111-1307, USA.  */
 #include "lisp.h"
 #include "charset.h"
 #include "coding.h"
+#include "keyboard.h"
 #include "frame.h"
 #include "disptab.h"
 #include "termhooks.h"
-#include "keyboard.h"
 #include "dispextern.h"
 #include "window.h"