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: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/src/keyboard.c
Date: Wed, 08 Jun 2005 11:18:49 -0400

Index: emacs/src/keyboard.c
diff -c emacs/src/keyboard.c:1.827 emacs/src/keyboard.c:1.828
*** emacs/src/keyboard.c:1.827  Mon Jun  6 16:17:44 2005
--- emacs/src/keyboard.c        Wed Jun  8 15:18:49 2005
***************
*** 1522,1528 ****
  
        Vthis_command = Qnil;
        real_this_command = Qnil;
!       Vthis_original_command=Qnil;
  
        /* Read next key sequence; i gets its length.  */
        i = read_key_sequence (keybuf, sizeof keybuf / sizeof keybuf[0],
--- 1522,1528 ----
  
        Vthis_command = Qnil;
        real_this_command = Qnil;
!       Vthis_original_command = Qnil;
  
        /* Read next key sequence; i gets its length.  */
        i = read_key_sequence (keybuf, sizeof keybuf / sizeof keybuf[0],




reply via email to

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