diff options
| author | Juanma Barranquero | 2011-12-05 01:15:15 +0100 |
|---|---|---|
| committer | Juanma Barranquero | 2011-12-05 01:15:15 +0100 |
| commit | 7dbda6dfe8058e6abcaf2436277b9beae7605e20 (patch) | |
| tree | c2d8e3a1ed86ee92f997741793403c0fe9ce896e /src/lisp.h | |
| parent | 5158face2e2830946ecb24badb27e764ee62906c (diff) | |
| download | emacs-7dbda6dfe8058e6abcaf2436277b9beae7605e20.tar.gz emacs-7dbda6dfe8058e6abcaf2436277b9beae7605e20.zip | |
src/lisp.h (process_quit_flag): Fix external declaration.
Diffstat (limited to 'src/lisp.h')
| -rw-r--r-- | src/lisp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lisp.h b/src/lisp.h index f43533e0b6e..a80d39765e0 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -2143,7 +2143,7 @@ extern int pending_signals; | |||
| 2143 | #define ELSE_PENDING_SIGNALS | 2143 | #define ELSE_PENDING_SIGNALS |
| 2144 | #endif /* not SYNC_INPUT */ | 2144 | #endif /* not SYNC_INPUT */ |
| 2145 | 2145 | ||
| 2146 | extern void handle_quit_flag (void); | 2146 | extern void process_quit_flag (void); |
| 2147 | #define QUIT \ | 2147 | #define QUIT \ |
| 2148 | do { \ | 2148 | do { \ |
| 2149 | if (!NILP (Vquit_flag) && NILP (Vinhibit_quit)) \ | 2149 | if (!NILP (Vquit_flag) && NILP (Vinhibit_quit)) \ |