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: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/src/keyboard.c,v
Date: Mon, 12 Mar 2007 13:58:37 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kim F. Storm <kfstorm>  07/03/12 13:58:37

Index: keyboard.c
===================================================================
RCS file: /cvsroot/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  12 Mar 2007 13:58:36 -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]