(Fexecute_extended_command): Call Fread_from_minibuffer
authorKenichi Handa <handa@m17n.org>
Tue, 26 Aug 1997 11:42:33 +0000 (11:42 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 26 Aug 1997 11:42:33 +0000 (11:42 +0000)
with INHERIT-INPUT-METHOD nil.

src/keyboard.c

index 39629ae..1d0e369 100644 (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");