diff options
| author | Miles Bader | 2007-12-28 22:26:14 +0000 |
|---|---|---|
| committer | Miles Bader | 2007-12-28 22:26:14 +0000 |
| commit | b17f53abc28496125965f36147b76ea5f6a2b4fb (patch) | |
| tree | 4293e53692f304327ba689dfeea32d1b0b5bc12a /src/callint.c | |
| parent | 2e5093251c8e63f4546ffc30182dd4015e9a58fd (diff) | |
| parent | ea7ac2eb953bf3c30670e60cb00a9fca611b38b7 (diff) | |
| download | emacs-b17f53abc28496125965f36147b76ea5f6a2b4fb.tar.gz emacs-b17f53abc28496125965f36147b76ea5f6a2b4fb.zip | |
Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-966
Diffstat (limited to 'src/callint.c')
| -rw-r--r-- | src/callint.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/callint.c b/src/callint.c index a19c424c899..2ac53105afb 100644 --- a/src/callint.c +++ b/src/callint.c | |||
| @@ -941,7 +941,10 @@ This is what `(interactive \"P\")' returns. */); | |||
| 941 | 941 | ||
| 942 | DEFVAR_LISP ("command-history", &Vcommand_history, | 942 | DEFVAR_LISP ("command-history", &Vcommand_history, |
| 943 | doc: /* List of recent commands that read arguments from terminal. | 943 | doc: /* List of recent commands that read arguments from terminal. |
| 944 | Each command is represented as a form to evaluate. */); | 944 | Each command is represented as a form to evaluate. |
| 945 | |||
| 946 | Maximum length of the history list is determined by the value | ||
| 947 | of `history-length', which see. */); | ||
| 945 | Vcommand_history = Qnil; | 948 | Vcommand_history = Qnil; |
| 946 | 949 | ||
| 947 | DEFVAR_LISP ("command-debug-status", &Vcommand_debug_status, | 950 | DEFVAR_LISP ("command-debug-status", &Vcommand_debug_status, |