aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1993-03-15 06:06:56 +0000
committerRichard M. Stallman1993-03-15 06:06:56 +0000
commit3be08bead7967ba7be51c3d315a78573beda2ab7 (patch)
treeced4236e9ac63fcdb9625b6c28ef8d5fc9e237f1 /src
parent99e720680aece4dc0cdd6e1bde5faf5130db0988 (diff)
downloademacs-3be08bead7967ba7be51c3d315a78573beda2ab7.tar.gz
emacs-3be08bead7967ba7be51c3d315a78573beda2ab7.zip
Include termhooks.h.
Diffstat (limited to 'src')
-rw-r--r--src/dispnew.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dispnew.c b/src/dispnew.c
index cfd7f47d07b..6937e9a1cfc 100644
--- a/src/dispnew.c
+++ b/src/dispnew.c
@@ -27,6 +27,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
27 27
28#include "termchar.h" 28#include "termchar.h"
29#include "termopts.h" 29#include "termopts.h"
30#include "termhooks.h"
30#include "cm.h" 31#include "cm.h"
31#include "lisp.h" 32#include "lisp.h"
32#include "dispextern.h" 33#include "dispextern.h"