From: Richard M. Stallman Date: Sat, 14 May 1994 20:31:52 +0000 (+0000) Subject: Comment change. X-Git-Tag: emacs-19.34~8353 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=db8c16631a7c391fb276180afef87cdda476ad41;p=emacs.git Comment change. --- 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 */