aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/keyboard.c3
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 */