emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 6a1dfa7 4/5: Losing focus should not stop idleness


From: Daniel Colascione
Subject: [Emacs-diffs] master 6a1dfa7 4/5: Losing focus should not stop idleness
Date: Mon, 11 Jun 2018 19:10:59 -0400 (EDT)

branch: master
commit 6a1dfa713b70861f63def3dbb1d5b1aa6c236e79
Author: Daniel Colascione <address@hidden>
Commit: Daniel Colascione <address@hidden>

    Losing focus should not stop idleness
    
    * src/keyboard.c (read_char): Make Qfocus_out not break idle.
---
 src/keyboard.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/keyboard.c b/src/keyboard.c
index 84acb24..0d6a6ad 100644
--- 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]