diff options
Diffstat (limited to 'src/termhooks.h')
| -rw-r--r-- | src/termhooks.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/termhooks.h b/src/termhooks.h index 889c3ab1ab7..eb074608e19 100644 --- a/src/termhooks.h +++ b/src/termhooks.h | |||
| @@ -201,7 +201,7 @@ extern void (*judge_scroll_bars_hook) P_ ((struct frame *FRAME)); | |||
| 201 | /* Input queue declarations and hooks. */ | 201 | /* Input queue declarations and hooks. */ |
| 202 | 202 | ||
| 203 | /* Expedient hack: only provide the below definitions to files that | 203 | /* Expedient hack: only provide the below definitions to files that |
| 204 | are prepared to handle lispy things. CONSP is defined iff lisp.h | 204 | are prepared to handle lispy things. CONSP is defined if lisp.h |
| 205 | has been included before this file. */ | 205 | has been included before this file. */ |
| 206 | #ifdef CONSP | 206 | #ifdef CONSP |
| 207 | 207 | ||