Mercurial > emacs
changeset 41066:f61bc276fe98
(Fminibuffer_prompt_end): Update args to Ffield_end.
author | Miles Bader <miles@gnu.org> |
---|---|
date | Thu, 15 Nov 2001 08:06:06 +0000 |
parents | af0215d05281 |
children | 2031344d2205 |
files | src/minibuf.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/minibuf.c Thu Nov 15 08:05:45 2001 +0000 +++ b/src/minibuf.c Thu Nov 15 08:06:06 2001 +0000 @@ -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;