]> code.delx.au - gnu-emacs/blobdiff - src/minibuf.c
Merge from trunk
[gnu-emacs] / src / minibuf.c
index 4b709bd9cbdb44e13975d2daa19cbd7e354e651c..9852900b60bf81b3a0d0deecd56292e5713f2e89 100644 (file)
@@ -969,7 +969,8 @@ Such arguments are used as in `read-from-minibuffer'.)  */)
 {
   return Feval (read_minibuf (Vread_expression_map, initial_contents,
                              prompt, Qnil, 1, Qread_expression_history,
-                             make_number (0), Qnil, 0, 0));
+                             make_number (0), Qnil, 0, 0),
+               Qnil);
 }
 
 /* Functions that use the minibuffer to read various things. */