# HG changeset patch # User Pavel Jank # Date 1017823016 0 # Node ID 05ce431b76fb0b6cbc7d0f2d75c802cf43c450e8 # Parent 4bbde69813018ddd64e1e112b794bcd0e5bfb8ac Fix comment. diff -r 4bbde6981301 -r 05ce431b76fb src/keyboard.c --- a/src/keyboard.c Wed Apr 03 08:34:38 2002 +0000 +++ b/src/keyboard.c Wed Apr 03 08:36:56 2002 +0000 @@ -2693,7 +2693,7 @@ 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;