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


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/src/keyboard.c
Date: Fri, 19 Jul 2002 06:33:44 -0400

Index: emacs/src/keyboard.c
diff -c emacs/src/keyboard.c:1.698 emacs/src/keyboard.c:1.699
*** emacs/src/keyboard.c:1.698  Tue Jul 16 15:48:34 2002
--- emacs/src/keyboard.c        Fri Jul 19 06:33:44 2002
***************
*** 8586,8592 ****
                  /* Record that a fake prefix key has been generated
                     for KEY.  Don't modify the event; this would
                     prevent proper action when the event is pushed
!                    back tino unread-command-events.  */
                  fake_prefixed_keys = Fcons (key, fake_prefixed_keys);
  
                  /* If on a mode line string with a local keymap,
--- 8586,8592 ----
                  /* Record that a fake prefix key has been generated
                     for KEY.  Don't modify the event; this would
                     prevent proper action when the event is pushed
!                    back into unread-command-events.  */
                  fake_prefixed_keys = Fcons (key, fake_prefixed_keys);
  
                  /* If on a mode line string with a local keymap,



reply via email to

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