]> code.delx.au - gnu-emacs/commitdiff
Include window.h.
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 14 May 2003 18:50:10 +0000 (18:50 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 14 May 2003 18:50:10 +0000 (18:50 +0000)
src/bytecode.c
src/emacs.c

index 98acc336db7c2982521888b1c62c22f4fbe62b72..33f1ae53e28a333226b157fe0705959580434e49 100644 (file)
@@ -1,5 +1,5 @@
 /* Execution of byte code produced by bytecomp.el.
-   Copyright (C) 1985, 1986, 1987, 1988, 1993, 2000, 2001, 2002
+   Copyright (C) 1985, 1986, 1987, 1988, 1993, 2000, 2001, 2002, 2003
    Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
@@ -39,6 +39,7 @@ by Hallvard:
 #include "buffer.h"
 #include "charset.h"
 #include "syntax.h"
+#include "window.h"
 
 #ifdef CHECK_FRAME_FONT
 #include "frame.h"
index 7b5830c06a0515684ed19049fda77bd9cdcb9ef4..2b24068af6fb5785c84f58cf6a54ef40f451875a 100644 (file)
@@ -1,5 +1,5 @@
 /* Fully extensible Emacs, running on Unix, intended for GNU.
-   Copyright (C) 1985,86,87,93,94,95,97,98,1999,2001,2002
+   Copyright (C) 1985,86,87,93,94,95,97,98,1999,2001,02,2003
       Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
@@ -44,6 +44,7 @@ Boston, MA 02111-1307, USA.  */
 #include "commands.h"
 #include "intervals.h"
 #include "buffer.h"
+#include "window.h"
 
 #include "systty.h"
 #include "blockinput.h"