projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f6c682
)
Losing focus should not stop idleness
author
Daniel Colascione
<dancol@dancol.org>
Mon, 11 Jun 2018 22:06:51 +0000
(15:06 -0700)
committer
Daniel Colascione
<dancol@dancol.org>
Mon, 11 Jun 2018 23:10:34 +0000
(16:10 -0700)
* src/keyboard.c (read_char): Make Qfocus_out not break idle.
src/keyboard.c
patch
|
blob
|
history
diff --git
a/src/keyboard.c
b/src/keyboard.c
index 84acb247228613a19e5609c72927878e3d514896..0d6a6ad56b8c7424de3907b04afa2e54ef60a7a6 100644
(file)
--- a/
src/keyboard.c
+++ b/
src/keyboard.c
@@
-2823,6
+2823,7
@@
read_char (int commandflag, Lisp_Object map,
if (CONSP (c)
&& (EQ (XCAR (c), Qselect_window)
+ || EQ (XCAR (c), Qfocus_out)
#ifdef HAVE_DBUS
|| EQ (XCAR (c), Qdbus_event)
#endif