]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fminibuffer_prompt_end): Update args to Ffield_end.
authorMiles Bader <miles@gnu.org>
Thu, 15 Nov 2001 08:06:06 +0000 (08:06 +0000)
committerMiles Bader <miles@gnu.org>
Thu, 15 Nov 2001 08:06:06 +0000 (08:06 +0000)
src/minibuf.c

index d496035eabce94e7ce457b409978612d63355c03..3fd3f985851ec8dc089fc618d0735c9877c6d729 100644 (file)
@@ -332,7 +332,7 @@ Return (point-min) if current buffer is not a mini-buffer.  */)
 {
   /* This function is written to be most efficient when there's a prompt.  */
   Lisp_Object beg = make_number (BEGV);
-  Lisp_Object end = Ffield_end (beg, Qnil);
+  Lisp_Object end = Ffield_end (beg, Qnil, Qnil);
   
   if (XINT (end) == ZV && NILP (Fget_char_property (beg, Qfield, Qnil)))
     return beg;