1
0
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:
Kenichi Handa 1997-08-26 11:42:33 +00:00
parent 93fb51ae2e
commit 4328577a4e

View File

@ -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");