]> git.eshelyaron.com Git - emacs.git/commitdiff
(read_char): Don't decrement this_command_key_count when saving it.
authorRichard M. Stallman <rms@gnu.org>
Mon, 10 Aug 1998 07:22:21 +0000 (07:22 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 10 Aug 1998 07:22:21 +0000 (07:22 +0000)
src/keyboard.c

index 4bad07131d64bd78a70a74b6fba7f184c11a087f..2afeca312421dde65c20e454c7108059d4c3bbb9 100644 (file)
@@ -2363,7 +2363,7 @@ read_char (commandflag, nmaps, maps, prev_event, used_mouse_menu)
       && (unsigned) XINT (c) < 127)
     {
       Lisp_Object keys; 
-      int key_count = this_command_key_count - 1;
+      int key_count = this_command_key_count;
       int saved = current_kboard->immediate_echo;
       struct gcpro gcpro1;