Mercurial > emacs
diff src/keyboard.c @ 44358:05ce431b76fb
Fix comment.
| author | Pavel Jan?k <Pavel@Janik.cz> |
|---|---|
| date | Wed, 03 Apr 2002 08:36:56 +0000 |
| parents | 4c66bc116ca9 |
| children | 5fb0858a11da |
line wrap: on
line diff
--- 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;
