Mercurial > emacs
comparison src/dispnew.c @ 3525:58e789baa27a
Include lisp.h earlier (before termhooks.h).
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 06 Jun 1993 21:16:51 +0000 |
parents | 657a74662346 |
children | 507f64624555 |
comparison
equal
deleted
inserted
replaced
3524:bedf7049667a | 3525:58e789baa27a |
---|---|
22 | 22 |
23 #include "config.h" | 23 #include "config.h" |
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" |
35 #include "window.h" | 35 #include "window.h" |
36 #include "commands.h" | 36 #include "commands.h" |