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
143e20ce
Commit
143e20ce
authored
Feb 04, 1995
by
Karl Heuer
Browse files
(cmd_error): Cancel echoing here.
(command_loop_1): Not here.
parent
a2b20856
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/keyboard.c
src/keyboard.c
+1
-1
No files found.
src/keyboard.c
View file @
143e20ce
...
...
@@ -710,6 +710,7 @@ cmd_error (data)
if (!current_perdisplay)
abort ();
current_perdisplay->Vprefix_arg = Qnil;
cancel_echoing ();
cmd_error_internal (data, 0);
Vquit_flag = Qnil;
...
...
@@ -919,7 +920,6 @@ command_loop_1 ()
Vdeactivate_mark = Qnil;
waiting_for_input = 0;
cancel_echoing ();
nonundocount = 0;
no_redisplay = 0;
...
...
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