diff options
| author | Stefan Monnier | 2010-10-15 17:55:33 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2010-10-15 17:55:33 -0400 |
| commit | 0c747cb143fa227e78f350ac353d703f489209df (patch) | |
| tree | 5b434055c797bd75eaa1e3d9d0773e586d44daee /src/termhooks.h | |
| parent | a01a7932080e8a6e7bc8472c58cefabcc2c37df3 (diff) | |
| parent | aa095b2db98ae149737f8de00ee733b1d257ed33 (diff) | |
| download | emacs-0c747cb143fa227e78f350ac353d703f489209df.tar.gz emacs-0c747cb143fa227e78f350ac353d703f489209df.zip | |
Merge from trunk
Diffstat (limited to 'src/termhooks.h')
| -rw-r--r-- | src/termhooks.h | 7 |
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 | |||
| 52 | enum event_kind | 47 | enum 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); | |||
| 317 | extern struct tty_display_info *gpm_tty; | 312 | extern struct tty_display_info *gpm_tty; |
| 318 | #endif | 313 | #endif |
| 319 | 314 | ||
| 320 | #endif /* CONSP */ | ||
| 321 | |||
| 322 | 315 | ||
| 323 | struct ns_display_info; | 316 | struct ns_display_info; |
| 324 | struct x_display_info; | 317 | struct x_display_info; |