diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/keyboard.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/keyboard.c b/src/keyboard.c index 39629ae463a..1d0e36964ae 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -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"); |