]> code.delx.au - gnu-emacs/commitdiff
Comment change.
authorRichard M. Stallman <rms@gnu.org>
Sat, 14 May 1994 20:31:52 +0000 (20:31 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 14 May 1994 20:31:52 +0000 (20:31 +0000)
src/keyboard.c

index 958b8654387816422b5912f87cba59412192306a..88c6b64088927477e3e16f9bdee803be78634502 100644 (file)
@@ -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 */