diff options
| author | Pavel Janík | 2002-04-03 08:36:56 +0000 |
|---|---|---|
| committer | Pavel Janík | 2002-04-03 08:36:56 +0000 |
| commit | 0b9a1d3dce5da7948a818a1051a0f63ec21ed147 (patch) | |
| tree | 54c74523ba74490c3843992639760bde4e977010 /src | |
| parent | e8d9157b4791c572905a0095925095e2396e6d3c (diff) | |
| download | emacs-0b9a1d3dce5da7948a818a1051a0f63ec21ed147.tar.gz emacs-0b9a1d3dce5da7948a818a1051a0f63ec21ed147.zip | |
Fix comment.
Diffstat (limited to 'src')
| -rw-r--r-- | src/keyboard.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
| 2693 | if (CONSP (c) && EQ (XCAR (c), Qselect_window)) | 2693 | if (CONSP (c) && EQ (XCAR (c), Qselect_window)) |
| 2694 | /* We stopped being idle for this event; undo that. This | 2694 | /* We stopped being idle for this event; undo that. This |
| 2695 | prevents automatic window selection (under | 2695 | prevents automatic window selection (under |
| 2696 | autoselect_window_p from acting as a real input event, for | 2696 | mouse_autoselect_window from acting as a real input event, for |
| 2697 | example banishing the mouse under mouse-avoidance-mode. */ | 2697 | example banishing the mouse under mouse-avoidance-mode. */ |
| 2698 | timer_idleness_start_time = last_idle_start; | 2698 | timer_idleness_start_time = last_idle_start; |
| 2699 | 2699 | ||