changeset 17719:78ec737e7154

(Fexecute_extended_command): Pass new arg to Fcompleting_read.
author Richard M. Stallman <rms@gnu.org>
date Sat, 10 May 1997 03:24:32 +0000
parents ca4e00792be3
children 530ee47cb56b
files src/keyboard.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/keyboard.c	Sat May 10 03:20:43 1997 +0000
+++ b/src/keyboard.c	Sat May 10 03:24:32 1997 +0000
@@ -7033,7 +7033,7 @@
      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");