diff options
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; |