comparison src/callint.c @ 22383:9ef0fe84c5ed

(syms_of_callint): Set up Lisp variable.
author Richard M. Stallman <rms@gnu.org>
date Sun, 07 Jun 1998 22:33:11 +0000
parents 41c88b9489c3
children b469abbc9984
comparison
equal deleted inserted replaced
22382:f7d2bdefcff7 22383:9ef0fe84c5ed
841 You cannot examine this variable to find the argument for this command\n\ 841 You cannot examine this variable to find the argument for this command\n\
842 since it has been set to nil by the time you can look.\n\ 842 since it has been set to nil by the time you can look.\n\
843 Instead, you should use the variable `current-prefix-arg', although\n\ 843 Instead, you should use the variable `current-prefix-arg', although\n\
844 normally commands can get this prefix argument with (interactive \"P\")."); 844 normally commands can get this prefix argument with (interactive \"P\").");
845 845
846 DEFVAR_KBOARD ("last-prefix-arg", Vlast_prefix_arg,
847 "The value of the prefix argument for the previous editing command.\n\
848 See `prefix-arg' for the meaning of the value.");
849
846 DEFVAR_LISP ("current-prefix-arg", &Vcurrent_prefix_arg, 850 DEFVAR_LISP ("current-prefix-arg", &Vcurrent_prefix_arg,
847 "The value of the prefix argument for this editing command.\n\ 851 "The value of the prefix argument for this editing command.\n\
848 It may be a number, or the symbol `-' for just a minus sign as arg,\n\ 852 It may be a number, or the symbol `-' for just a minus sign as arg,\n\
849 or a list whose car is a number for just one or more C-U's\n\ 853 or a list whose car is a number for just one or more C-U's\n\
850 or nil if no argument has been specified.\n\ 854 or nil if no argument has been specified.\n\