comparison src/emacs.c @ 50995:c955fcb7a64a

Include window.h.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 14 May 2003 18:50:10 +0000
parents f0df5f687c15
children 2c04067bcdc0
comparison
equal deleted inserted replaced
50994:5461f0256e86 50995:c955fcb7a64a
1 /* Fully extensible Emacs, running on Unix, intended for GNU. 1 /* Fully extensible Emacs, running on Unix, intended for GNU.
2 Copyright (C) 1985,86,87,93,94,95,97,98,1999,2001,2002 2 Copyright (C) 1985,86,87,93,94,95,97,98,1999,2001,02,2003
3 Free Software Foundation, Inc. 3 Free Software Foundation, Inc.
4 4
5 This file is part of GNU Emacs. 5 This file is part of GNU Emacs.
6 6
7 GNU Emacs is free software; you can redistribute it and/or modify 7 GNU Emacs is free software; you can redistribute it and/or modify
42 42
43 #include "lisp.h" 43 #include "lisp.h"
44 #include "commands.h" 44 #include "commands.h"
45 #include "intervals.h" 45 #include "intervals.h"
46 #include "buffer.h" 46 #include "buffer.h"
47 #include "window.h"
47 48
48 #include "systty.h" 49 #include "systty.h"
49 #include "blockinput.h" 50 #include "blockinput.h"
50 #include "syssignal.h" 51 #include "syssignal.h"
51 #include "process.h" 52 #include "process.h"