]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fexecute_extended_command): Pass new arg to Fcompleting_read.
authorRichard M. Stallman <rms@gnu.org>
Sat, 10 May 1997 03:24:32 +0000 (03:24 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 10 May 1997 03:24:32 +0000 (03:24 +0000)
src/keyboard.c

index 958bd3a007c65a1845c164bde8a48bce5315811e..1e19b8161351628257621a8d47f79915e373a3c2 100644 (file)
@@ -7033,7 +7033,7 @@ DEFUN ("execute-extended-command", Fexecute_extended_command, Sexecute_extended_
      history list. */
   function = Fcompleting_read (build_string (buf),
                               Vobarray, Qcommandp,
-                              Qt, Qnil, Qextended_command_history);
+                              Qt, Qnil, Qextended_command_history, Qnil);
 
   if (STRINGP (function) && XSTRING (function)->size == 0)
     error ("No command name given");