]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fcall_interactively): Call Fread_from_minibuffer with extra argument.
authorLuc Teirlinck <teirllm@auburn.edu>
Sun, 21 Nov 2004 01:02:51 +0000 (01:02 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Sun, 21 Nov 2004 01:02:51 +0000 (01:02 +0000)
src/ChangeLog
src/callint.c

index 299217c925d8511c513c8bcec697ee63e1f9eb59..b7f0dc6f74cf86adbd04893b18b00f167b3d5fa5 100644 (file)
@@ -1,3 +1,9 @@
+2004-11-20  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * fns.c (Fyes_or_no_p): Call Fread_from_minibuffer with extra
+       argument.
+       * callint.c (Fcall_interactively): Ditto.
+
 2004-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * minibuf.c (Fminibuffer_complete_and_exit):
index bb71ad50f44aa9215c02b1467219f3278016a4a7..933601f67d01880c2c73ef32a5a90de00e60a49a 100644 (file)
@@ -723,7 +723,7 @@ If KEYS is omitted or nil, the return value of `this-command-keys' is used.  */)
 
                tem = Fread_from_minibuffer (build_string (callint_message),
                                             Qnil, Qnil, Qnil, Qnil, Qnil,
-                                            Qnil);
+                                            Qnil, Qnil);
                if (! STRINGP (tem) || SCHARS (tem) == 0)
                  args[i] = Qnil;
                else