diff options
| author | Richard M. Stallman | 1993-06-06 21:16:51 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-06-06 21:16:51 +0000 |
| commit | 47099d6f792a5a763b257fdafecfcd0e8dbaba2b (patch) | |
| tree | 5f192264724714440e40fd49b746c3f73c4345c5 /src | |
| parent | b602ba2face6a3ca956f680fac95f8a8a4d74e4c (diff) | |
| download | emacs-47099d6f792a5a763b257fdafecfcd0e8dbaba2b.tar.gz emacs-47099d6f792a5a763b257fdafecfcd0e8dbaba2b.zip | |
Include lisp.h earlier (before termhooks.h).
Diffstat (limited to 'src')
| -rw-r--r-- | src/dispnew.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dispnew.c b/src/dispnew.c index 7c1da91986d..7bcd8015b2f 100644 --- a/src/dispnew.c +++ b/src/dispnew.c | |||
| @@ -24,11 +24,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 24 | #include <stdio.h> | 24 | #include <stdio.h> |
| 25 | #include <ctype.h> | 25 | #include <ctype.h> |
| 26 | 26 | ||
| 27 | #include "lisp.h" | ||
| 27 | #include "termchar.h" | 28 | #include "termchar.h" |
| 28 | #include "termopts.h" | 29 | #include "termopts.h" |
| 29 | #include "termhooks.h" | 30 | #include "termhooks.h" |
| 30 | #include "cm.h" | 31 | #include "cm.h" |
| 31 | #include "lisp.h" | ||
| 32 | #include "dispextern.h" | 32 | #include "dispextern.h" |
| 33 | #include "buffer.h" | 33 | #include "buffer.h" |
| 34 | #include "frame.h" | 34 | #include "frame.h" |