aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/callint.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/callint.c b/src/callint.c
index bdb8e23e11d..357f4b9aa86 100644
--- a/src/callint.c
+++ b/src/callint.c
@@ -655,26 +655,6 @@ syms_of_callint ()
655 Qmouse_leave_buffer_hook = intern ("mouse-leave-buffer-hook"); 655 Qmouse_leave_buffer_hook = intern ("mouse-leave-buffer-hook");
656 staticpro (&Qmouse_leave_buffer_hook); 656 staticpro (&Qmouse_leave_buffer_hook);
657 657
658 DEFVAR_DISPLAY ("prefix-arg", Vprefix_arg,
659 "The value of the prefix argument for the next editing command.\n\
660It may be a number, or the symbol `-' for just a minus sign as arg,\n\
661or a list whose car is a number for just one or more C-U's\n\
662or nil if no argument has been specified.\n\
663\n\
664You cannot examine this variable to find the argument for this command\n\
665since it has been set to nil by the time you can look.\n\
666Instead, you should use the variable `current-prefix-arg', although\n\
667normally commands can get this prefix argument with (interactive \"P\").");
668 the_only_perdisplay.Vprefix_arg = Qnil;
669
670 DEFVAR_DISPLAY ("current-prefix-arg", Vcurrent_prefix_arg,
671 "The value of the prefix argument for this editing command.\n\
672It may be a number, or the symbol `-' for just a minus sign as arg,\n\
673or a list whose car is a number for just one or more C-U's\n\
674or nil if no argument has been specified.\n\
675This is what `(interactive \"P\")' returns.");
676 the_only_perdisplay.Vcurrent_prefix_arg = Qnil;
677
678 DEFVAR_LISP ("command-history", &Vcommand_history, 658 DEFVAR_LISP ("command-history", &Vcommand_history,
679 "List of recent commands that read arguments from terminal.\n\ 659 "List of recent commands that read arguments from terminal.\n\
680Each command is represented as a form to evaluate."); 660Each command is represented as a form to evaluate.");