aboutsummaryrefslogtreecommitdiffstats
path: root/src/termhooks.h
diff options
context:
space:
mode:
authorStefan Monnier2010-10-15 17:55:33 -0400
committerStefan Monnier2010-10-15 17:55:33 -0400
commit0c747cb143fa227e78f350ac353d703f489209df (patch)
tree5b434055c797bd75eaa1e3d9d0773e586d44daee /src/termhooks.h
parenta01a7932080e8a6e7bc8472c58cefabcc2c37df3 (diff)
parentaa095b2db98ae149737f8de00ee733b1d257ed33 (diff)
downloademacs-0c747cb143fa227e78f350ac353d703f489209df.tar.gz
emacs-0c747cb143fa227e78f350ac353d703f489209df.zip
Merge from trunk
Diffstat (limited to 'src/termhooks.h')
-rw-r--r--src/termhooks.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/termhooks.h b/src/termhooks.h
index b16c36f9551..b9358896bae 100644
--- a/src/termhooks.h
+++ b/src/termhooks.h
@@ -44,11 +44,6 @@ extern void (*fullscreen_hook) (struct frame *f);
44 44
45/* Input queue declarations and hooks. */ 45/* Input queue declarations and hooks. */
46 46
47/* Expedient hack: only provide the below definitions to files that
48 are prepared to handle lispy things. CONSP is defined if lisp.h
49 has been included before this file. */
50#ifdef CONSP
51
52enum event_kind 47enum event_kind
53{ 48{
54 NO_EVENT, /* nothing happened. This should never 49 NO_EVENT, /* nothing happened. This should never
@@ -317,8 +312,6 @@ extern void term_mouse_moveto (int, int);
317extern struct tty_display_info *gpm_tty; 312extern struct tty_display_info *gpm_tty;
318#endif 313#endif
319 314
320#endif /* CONSP */
321
322 315
323struct ns_display_info; 316struct ns_display_info;
324struct x_display_info; 317struct x_display_info;