# HG changeset patch # User Richard M. Stallman # Date 863234672 0 # Node ID 78ec737e715485f7f76b0ee75572f7c4436fd81d # Parent ca4e00792be3cacbfda5caf72b13bb2ee99f2e99 (Fexecute_extended_command): Pass new arg to Fcompleting_read. diff -r ca4e00792be3 -r 78ec737e7154 src/keyboard.c --- 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");