comparison src/keyboard.c @ 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 b2629af2145e
children f20c2a909ad3
comparison
equal deleted inserted replaced
17718:ca4e00792be3 17719:78ec737e7154
7031 restricting to the set of all defined commands. Don't provide 7031 restricting to the set of all defined commands. Don't provide
7032 any initial input. Save the command read on the extended-command 7032 any initial input. Save the command read on the extended-command
7033 history list. */ 7033 history list. */
7034 function = Fcompleting_read (build_string (buf), 7034 function = Fcompleting_read (build_string (buf),
7035 Vobarray, Qcommandp, 7035 Vobarray, Qcommandp,
7036 Qt, Qnil, Qextended_command_history); 7036 Qt, Qnil, Qextended_command_history, Qnil);
7037 7037
7038 if (STRINGP (function) && XSTRING (function)->size == 0) 7038 if (STRINGP (function) && XSTRING (function)->size == 0)
7039 error ("No command name given"); 7039 error ("No command name given");
7040 7040
7041 /* Set this_command_keys to the concatenation of saved_keys and 7041 /* Set this_command_keys to the concatenation of saved_keys and