emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/keyboard.c,v


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/src/keyboard.c,v
Date: Mon, 11 Feb 2008 11:29:41 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      08/02/11 11:29:41

Index: keyboard.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/keyboard.c,v
retrieving revision 1.944
retrieving revision 1.945
diff -u -b -r1.944 -r1.945
--- keyboard.c  9 Feb 2008 18:03:08 -0000       1.944
+++ keyboard.c  11 Feb 2008 11:29:41 -0000      1.945
@@ -9590,7 +9590,8 @@
            }
 
          GROW_RAW_KEYBUF;
-         ASET (raw_keybuf, raw_keybuf_count++, key);
+         ASET (raw_keybuf, raw_keybuf_count, key);
+         raw_keybuf_count++;
        }
 
       /* Clicks in non-text areas get prefixed by the symbol




reply via email to

[Prev in Thread] Current Thread [Next in Thread]