comparison src/keyboard.c @ 49600:23a1cea22d13

Trailing whitespace deleted.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 04 Feb 2003 14:56:31 +0000
parents 267143d204cf
children 9fe119b14379
comparison
equal deleted inserted replaced
49599:5ade352e8d1c 49600:23a1cea22d13
10895 10895
10896 DEFVAR_LISP ("this-original-command", &Vthis_original_command, 10896 DEFVAR_LISP ("this-original-command", &Vthis_original_command,
10897 doc: /* The command bound to the current key sequence before remapping. 10897 doc: /* The command bound to the current key sequence before remapping.
10898 It equals `this-command' if the original command was not remapped through 10898 It equals `this-command' if the original command was not remapped through
10899 any of the active keymaps. Otherwise, the value of `this-command' is the 10899 any of the active keymaps. Otherwise, the value of `this-command' is the
10900 result of looking up the original command in the active keymaps. */); 10900 result of looking up the original command in the active keymaps. */);
10901 Vthis_original_command = Qnil; 10901 Vthis_original_command = Qnil;
10902 10902
10903 DEFVAR_INT ("auto-save-interval", &auto_save_interval, 10903 DEFVAR_INT ("auto-save-interval", &auto_save_interval,
10904 doc: /* *Number of input events between auto-saves. 10904 doc: /* *Number of input events between auto-saves.
10905 Zero means disable autosaving due to number of characters typed. */); 10905 Zero means disable autosaving due to number of characters typed. */);