Losing focus should not stop idleness

* src/keyboard.c (read_char): Make Qfocus_out not break idle.
This commit is contained in:
Daniel Colascione 2018-06-11 15:06:51 -07:00
parent 2f6c682061
commit 6a1dfa713b

View file

@ -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