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
f1cbbff5
Commit
f1cbbff5
authored
Mar 01, 1995
by
Karl Heuer
Browse files
(Fexecute_kbd_macro): Use clear_prefix_arg.
parent
4cb7d267
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/macros.c
src/macros.c
+1
-1
No files found.
src/macros.c
View file @
f1cbbff5
...
...
@@ -217,7 +217,7 @@ COUNT is a repeat count, or nil for once, or 0 for infinite loop.")
if
(
!
current_perdisplay
)
abort
();
c
urrent_perdisplay
->
V
prefix_arg
=
Qnil
;
c
lear_
prefix_arg
()
;
command_loop_1
();
QUIT
;
...
...
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