aboutsummaryrefslogtreecommitdiffstats
path: root/src/lisp.h
diff options
context:
space:
mode:
authorJuanma Barranquero2011-12-05 01:15:15 +0100
committerJuanma Barranquero2011-12-05 01:15:15 +0100
commit7dbda6dfe8058e6abcaf2436277b9beae7605e20 (patch)
treec2d8e3a1ed86ee92f997741793403c0fe9ce896e /src/lisp.h
parent5158face2e2830946ecb24badb27e764ee62906c (diff)
downloademacs-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.h2
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
2146extern void handle_quit_flag (void); 2146extern 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)) \