Mercurial > emacs
changeset 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 | f7d2bdefcff7 |
children | 9ec0714b3e0b |
files | src/callint.c |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/callint.c Sun Jun 07 22:32:47 1998 +0000 +++ b/src/callint.c Sun Jun 07 22:33:11 1998 +0000 @@ -843,6 +843,10 @@ 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\