Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
fe3fbdcc
Commit
fe3fbdcc
authored
Jun 07, 1998
by
Richard M. Stallman
Browse files
(syms_of_callint): Set up Lisp variable.
parent
23c73c16
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
src/callint.c
src/callint.c
+4
-0
No files found.
src/callint.c
View file @
fe3fbdcc
...
...
@@ -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
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment