mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-06 11:55:48 +00:00
(Fexecute_extended_command): Call Fread_from_minibuffer
with INHERIT-INPUT-METHOD nil.
This commit is contained in:
parent
93fb51ae2e
commit
4328577a4e
@ -7086,7 +7086,8 @@ DEFUN ("execute-extended-command", Fexecute_extended_command, Sexecute_extended_
|
||||
history list. */
|
||||
function = Fcompleting_read (build_string (buf),
|
||||
Vobarray, Qcommandp,
|
||||
Qt, Qnil, Qextended_command_history, Qnil);
|
||||
Qt, Qnil, Qextended_command_history, Qnil,
|
||||
Qnil);
|
||||
|
||||
if (STRINGP (function) && XSTRING (function)->size == 0)
|
||||
error ("No command name given");
|
||||
|
Loading…
Reference in New Issue
Block a user