emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/minibuf.c


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/minibuf.c
Date: Thu, 15 Nov 2001 03:06:06 -0500

Index: emacs/src/minibuf.c
diff -u emacs/src/minibuf.c:1.229 emacs/src/minibuf.c:1.230
--- emacs/src/minibuf.c:1.229   Tue Nov 13 02:03:31 2001
+++ emacs/src/minibuf.c Thu Nov 15 03:06:06 2001
@@ -332,7 +332,7 @@
 {
   /* 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;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]