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: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/src/keyboard.c
Date: Mon, 03 Feb 2003 17:52:07 -0500

Index: emacs/src/keyboard.c
diff -c emacs/src/keyboard.c:1.722 emacs/src/keyboard.c:1.723
*** emacs/src/keyboard.c:1.722  Fri Jan 31 10:23:57 2003
--- emacs/src/keyboard.c        Mon Feb  3 17:52:07 2003
***************
*** 10872,10880 ****
    Vthis_command = Qnil;
  
    DEFVAR_LISP ("this-original-command", &Vthis_original_command,
!              doc: /* If non-nil, the original command bound to the current 
key sequence.
! 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,
--- 10872,10881 ----
    Vthis_command = Qnil;
  
    DEFVAR_LISP ("this-original-command", &Vthis_original_command,
!              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]