comparison src/callint.c @ 91302:56a72e2bd635

Merge from emacs--devo--0 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-306
author Miles Bader <miles@gnu.org>
date Sat, 29 Dec 2007 02:39:17 +0000
parents bdb3fe0ba9fa cdd30283527d
children 606f2d163a64
comparison
equal deleted inserted replaced
91301:7774e5860c70 91302:56a72e2bd635
939 This is what `(interactive \"P\")' returns. */); 939 This is what `(interactive \"P\")' returns. */);
940 Vcurrent_prefix_arg = Qnil; 940 Vcurrent_prefix_arg = Qnil;
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,
948 doc: /* Debugging status of current interactive command. 951 doc: /* Debugging status of current interactive command.
949 Bound each time `call-interactively' is called; 952 Bound each time `call-interactively' is called;