[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r106611: src/lisp.h (process_quit_fla
From: |
Juanma Barranquero |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r106611: src/lisp.h (process_quit_flag): Fix external declaration. |
Date: |
Mon, 05 Dec 2011 01:15:15 +0100 |
User-agent: |
Bazaar (2.3.1) |
------------------------------------------------------------
revno: 106611
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Mon 2011-12-05 01:15:15 +0100
message:
src/lisp.h (process_quit_flag): Fix external declaration.
modified:
src/ChangeLog
src/lisp.h
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog 2011-12-04 15:46:07 +0000
+++ b/src/ChangeLog 2011-12-05 00:15:15 +0000
@@ -1,3 +1,7 @@
+2011-12-05 Juanma Barranquero <address@hidden>
+
+ * lisp.h (process_quit_flag): Fix external declaration.
+
2011-12-04 Stefan Monnier <address@hidden>
Don't macro-inline non-performance-critical code.
@@ -79,7 +83,7 @@
* xterm.c (handle_one_xevent): Only set async_visible and friends
if net_wm_state_hidden_seen is non-zero (Bug#10002)
- (get_current_wm_state): Set net_wm_state_hidden_seen to 1 if
+ (get_current_wm_state): Set net_wm_state_hidden_seen to 1 if
_NET_WM_STATE_HIDDEN is in NET_WM_STATE.
2011-11-28 Paul Eggert <address@hidden>
=== modified file 'src/lisp.h'
--- a/src/lisp.h 2011-12-04 15:46:07 +0000
+++ b/src/lisp.h 2011-12-05 00:15:15 +0000
@@ -2143,7 +2143,7 @@
#define ELSE_PENDING_SIGNALS
#endif /* not SYNC_INPUT */
-extern void handle_quit_flag (void);
+extern void process_quit_flag (void);
#define QUIT \
do { \
if (!NILP (Vquit_flag) && NILP (Vinhibit_quit)) \
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r106611: src/lisp.h (process_quit_flag): Fix external declaration.,
Juanma Barranquero <=