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: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/src/keyboard.c,v
Date: Sat, 17 Mar 2007 18:26:21 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      07/03/17 18:26:21

Index: keyboard.c
===================================================================
RCS file: /sources/emacs/emacs/src/keyboard.c,v
retrieving revision 1.894
retrieving revision 1.895
diff -u -b -r1.894 -r1.895
--- keyboard.c  10 Mar 2007 04:57:18 -0000      1.894
+++ keyboard.c  17 Mar 2007 18:26:21 -0000      1.895
@@ -9403,6 +9403,8 @@
                      if (!NILP (map) || !NILP (map2))
                        {
                          from_string = string;
+                         keybuf[t++] = key;
+                         mock_input = t;
                          goto replay_sequence;
                        }
                    }




reply via email to

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