From 0b9a1d3dce5da7948a818a1051a0f63ec21ed147 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pavel=20Jan=C3=ADk?= Date: Wed, 3 Apr 2002 08:36:56 +0000 Subject: [PATCH] Fix comment. --- src/keyboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/keyboard.c b/src/keyboard.c index 3a20949f112..f3ff23e70a9 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -2693,7 +2693,7 @@ read_char (commandflag, nmaps, maps, prev_event, used_mouse_menu) if (CONSP (c) && EQ (XCAR (c), Qselect_window)) /* We stopped being idle for this event; undo that. This prevents automatic window selection (under - autoselect_window_p from acting as a real input event, for + mouse_autoselect_window from acting as a real input event, for example banishing the mouse under mouse-avoidance-mode. */ timer_idleness_start_time = last_idle_start; -- 2.11.4.GIT