aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/keyboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index 54643eebba4..6c87add5bbe 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -2837,7 +2837,7 @@ read_char (int commandflag, Lisp_Object map,
2837 if (CONSP (c) && EQ (XCAR (c), Qselect_window) && !end_time) 2837 if (CONSP (c) && EQ (XCAR (c), Qselect_window) && !end_time)
2838 /* We stopped being idle for this event; undo that. This 2838 /* We stopped being idle for this event; undo that. This
2839 prevents automatic window selection (under 2839 prevents automatic window selection (under
2840 mouse_autoselect_window from acting as a real input event, for 2840 mouse-autoselect-window) from acting as a real input event, for
2841 example banishing the mouse under mouse-avoidance-mode. */ 2841 example banishing the mouse under mouse-avoidance-mode. */
2842 timer_resume_idle (); 2842 timer_resume_idle ();
2843 2843