aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1998-06-07 22:33:11 +0000
committerRichard M. Stallman1998-06-07 22:33:11 +0000
commitfe3fbdcc80c48c33a830ee4fdd379153f0f16229 (patch)
treec44c84aa7b2bccb1b1a8166e4c79a0e12aaef366 /src
parent23c73c165bddf4b20d704d5362d9923e2c0faf73 (diff)
downloademacs-fe3fbdcc80c48c33a830ee4fdd379153f0f16229.tar.gz
emacs-fe3fbdcc80c48c33a830ee4fdd379153f0f16229.zip
(syms_of_callint): Set up Lisp variable.
Diffstat (limited to 'src')
-rw-r--r--src/callint.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/callint.c b/src/callint.c
index be096b4c998..479372a6c8c 100644
--- a/src/callint.c
+++ b/src/callint.c
@@ -843,6 +843,10 @@ since it has been set to nil by the time you can look.\n\
843Instead, you should use the variable `current-prefix-arg', although\n\ 843Instead, you should use the variable `current-prefix-arg', although\n\
844normally commands can get this prefix argument with (interactive \"P\")."); 844normally 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\
848See `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\
848It may be a number, or the symbol `-' for just a minus sign as arg,\n\ 852It may be a number, or the symbol `-' for just a minus sign as arg,\n\