diff options
| author | Richard M. Stallman | 1994-05-14 20:31:52 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-05-14 20:31:52 +0000 |
| commit | db8c16631a7c391fb276180afef87cdda476ad41 (patch) | |
| tree | d0b15f6fe9199d977c8006355825eda52d785371 /src | |
| parent | 9f2863b218f877cc5dcfded91a78dd1f34b9df9d (diff) | |
| download | emacs-db8c16631a7c391fb276180afef87cdda476ad41.tar.gz emacs-db8c16631a7c391fb276180afef87cdda476ad41.zip | |
Comment change.
Diffstat (limited to 'src')
| -rw-r--r-- | src/keyboard.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/keyboard.c b/src/keyboard.c index 958b8654387..88c6b640889 100644 --- a/src/keyboard.c +++ b/src/keyboard.c | |||
| @@ -1701,8 +1701,7 @@ read_char (commandflag, nmaps, maps, prev_event, used_mouse_menu) | |||
| 1701 | && EQ (EVENT_HEAD_KIND (EVENT_HEAD (c)), Qmouse_movement))) | 1701 | && EQ (EVENT_HEAD_KIND (EVENT_HEAD (c)), Qmouse_movement))) |
| 1702 | echo_char (c); | 1702 | echo_char (c); |
| 1703 | 1703 | ||
| 1704 | /* Record this character as part of the current key. | 1704 | /* Record this character as part of the current key. */ |
| 1705 | Don't record mouse motion; it should never matter. */ | ||
| 1706 | add_command_key (c); | 1705 | add_command_key (c); |
| 1707 | 1706 | ||
| 1708 | /* Re-reading in the middle of a command */ | 1707 | /* Re-reading in the middle of a command */ |