mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-14 07:20:35 -08:00
; * src/keyboard.c (read_char): Fix typos in a comment.
This commit is contained in:
parent
06ae23aa12
commit
787df9dd05
1 changed files with 1 additions and 1 deletions
|
|
@ -2837,7 +2837,7 @@ read_char (int commandflag, Lisp_Object map,
|
||||||
if (CONSP (c) && EQ (XCAR (c), Qselect_window) && !end_time)
|
if (CONSP (c) && EQ (XCAR (c), Qselect_window) && !end_time)
|
||||||
/* We stopped being idle for this event; undo that. This
|
/* We stopped being idle for this event; undo that. This
|
||||||
prevents automatic window selection (under
|
prevents automatic window selection (under
|
||||||
mouse_autoselect_window 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. */
|
example banishing the mouse under mouse-avoidance-mode. */
|
||||||
timer_resume_idle ();
|
timer_resume_idle ();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue