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_ | |||
| 7086 | history list. */ | 7086 | history list. */ |
| 7087 | function = Fcompleting_read (build_string (buf), | 7087 | function = Fcompleting_read (build_string (buf), |
| 7088 | Vobarray, Qcommandp, | 7088 | Vobarray, Qcommandp, |
| 7089 | Qt, Qnil, Qextended_command_history, Qnil); | 7089 | Qt, Qnil, Qextended_command_history, Qnil, |
| 7090 | Qnil); | ||
| 7090 | 7091 | ||
| 7091 | if (STRINGP (function) && XSTRING (function)->size == 0) | 7092 | if (STRINGP (function) && XSTRING (function)->size == 0) |
| 7092 | error ("No command name given"); | 7093 | error ("No command name given"); |