]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_callint): Set up Lisp variable.
authorRichard M. Stallman <rms@gnu.org>
Sun, 7 Jun 1998 22:33:11 +0000 (22:33 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 7 Jun 1998 22:33:11 +0000 (22:33 +0000)
src/callint.c

index be096b4c9983f4641bc0ab5888c8f9437afbedbe..479372a6c8c5a3b633a333f76f058d4ebc48d328 100644 (file)
@@ -843,6 +843,10 @@ since it has been set to nil by the time you can look.\n\
 Instead, you should use the variable `current-prefix-arg', although\n\
 normally commands can get this prefix argument with (interactive \"P\").");
 
+  DEFVAR_KBOARD ("last-prefix-arg", Vlast_prefix_arg,
+    "The value of the prefix argument for the previous editing command.\n\
+See `prefix-arg' for the meaning of the value.");
+
   DEFVAR_LISP ("current-prefix-arg", &Vcurrent_prefix_arg,
     "The value of the prefix argument for this editing command.\n\
 It may be a number, or the symbol `-' for just a minus sign as arg,\n\