From db8c16631a7c391fb276180afef87cdda476ad41 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 14 May 1994 20:31:52 +0000 Subject: [PATCH] Comment change. --- src/keyboard.c | 3 +-- 1 file changed, 1 insertion(+), 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) && EQ (EVENT_HEAD_KIND (EVENT_HEAD (c)), Qmouse_movement))) echo_char (c); - /* Record this character as part of the current key. - Don't record mouse motion; it should never matter. */ + /* Record this character as part of the current key. */ add_command_key (c); /* Re-reading in the middle of a command */ -- 2.39.5