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
a59b172a
Commit
a59b172a
authored
Dec 21, 1997
by
Richard M. Stallman
Browse files
(Fexecute_extended_command):
Save message_enable_multibyte and pass it to message2_nolog.
parent
7da0b0d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
src/keyboard.c
src/keyboard.c
+3
-4
No files found.
src/keyboard.c
View file @
a59b172a
...
...
@@ -144,6 +144,8 @@ static int before_command_restore_flag;
extern int minbuf_level;
extern int message_enable_multibyte;
extern struct backtrace *backtrace_list;
/* Nonzero means do menu prompting. */
...
...
@@ -7289,10 +7291,7 @@ DEFUN ("execute-extended-command", Fexecute_extended_command, Sexecute_extended_
if (!NILP (Fsit_for ((NUMBERP (Vsuggest_key_bindings)
? Vsuggest_key_bindings : make_number (2)),
Qnil, Qnil)))
{
message_enable_multibyte = oldmultibyte;
message2_nolog (oldmessage, oldmessage_len);
}
message2_nolog (oldmessage, oldmessage_len, oldmultibyte);
}
}
...
...
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