diff options
| author | Miles Bader | 2001-11-15 08:06:06 +0000 |
|---|---|---|
| committer | Miles Bader | 2001-11-15 08:06:06 +0000 |
| commit | f7793dfb2351aa9c2e065f87c7c4c83edb0c0769 (patch) | |
| tree | 9ae18877e99694d9377d453ee6ce2b80886499b0 /src | |
| parent | 9ac741c5e8ff590e468046aadcc60d0c24bc9062 (diff) | |
| download | emacs-f7793dfb2351aa9c2e065f87c7c4c83edb0c0769.tar.gz emacs-f7793dfb2351aa9c2e065f87c7c4c83edb0c0769.zip | |
(Fminibuffer_prompt_end): Update args to Ffield_end.
Diffstat (limited to 'src')
| -rw-r--r-- | src/minibuf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/minibuf.c b/src/minibuf.c index d496035eabc..3fd3f985851 100644 --- a/src/minibuf.c +++ b/src/minibuf.c | |||
| @@ -332,7 +332,7 @@ Return (point-min) if current buffer is not a mini-buffer. */) | |||
| 332 | { | 332 | { |
| 333 | /* This function is written to be most efficient when there's a prompt. */ | 333 | /* This function is written to be most efficient when there's a prompt. */ |
| 334 | Lisp_Object beg = make_number (BEGV); | 334 | Lisp_Object beg = make_number (BEGV); |
| 335 | Lisp_Object end = Ffield_end (beg, Qnil); | 335 | Lisp_Object end = Ffield_end (beg, Qnil, Qnil); |
| 336 | 336 | ||
| 337 | if (XINT (end) == ZV && NILP (Fget_char_property (beg, Qfield, Qnil))) | 337 | if (XINT (end) == ZV && NILP (Fget_char_property (beg, Qfield, Qnil))) |
| 338 | return beg; | 338 | return beg; |