[Top][All Lists]
[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,
- [Emacs-diffs] Changes to emacs/src/keyboard.c, Kim F. Storm, 2003/02/03
- [Emacs-diffs] Changes to emacs/src/keyboard.c, Richard M. Stallman, 2003/02/04
- [Emacs-diffs] Changes to emacs/src/keyboard.c,
Juanma Barranquero <=
- [Emacs-diffs] Changes to emacs/src/keyboard.c, Kim F. Storm, 2003/02/12
- [Emacs-diffs] Changes to emacs/src/keyboard.c, Richard M. Stallman, 2003/02/17
- [Emacs-diffs] Changes to emacs/src/keyboard.c, Jan Djärv, 2003/02/23
- [Emacs-diffs] Changes to emacs/src/keyboard.c, Jan Djärv, 2003/02/25