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: Tue, 04 Feb 2003 09:03:27 -0500

Index: emacs/src/keyboard.c
diff -c emacs/src/keyboard.c:1.724 emacs/src/keyboard.c:1.725
*** emacs/src/keyboard.c:1.724  Tue Feb  4 06:51:40 2003
--- emacs/src/keyboard.c        Tue Feb  4 09:03:12 2003
***************
*** 10897,10903 ****
               doc: /* The command bound to the current key sequence before 
remapping.
  It equals `this-command' if the original command was not remapped through
  any of the active keymaps.  Otherwise, the value of `this-command' is the
! result of looking up the original command in the active keymaps.  */); 
    Vthis_original_command = Qnil;
  
    DEFVAR_INT ("auto-save-interval", &auto_save_interval,
--- 10897,10903 ----
               doc: /* The command bound to the current key sequence before 
remapping.
  It equals `this-command' if the original command was not remapped through
  any of the active keymaps.  Otherwise, the value of `this-command' is the
! result of looking up the original command in the active keymaps.  */);
    Vthis_original_command = Qnil;
  
    DEFVAR_INT ("auto-save-interval", &auto_save_interval,




reply via email to

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