From 5b467a52344dc0d74f0d792a57ab7b8e9f750e21 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 10 May 1997 03:24:32 +0000 Subject: [PATCH] (Fexecute_extended_command): Pass new arg to Fcompleting_read. --- src/keyboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/keyboard.c b/src/keyboard.c index 958bd3a007c..1e19b816135 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -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"); -- 2.39.5