Mercurial > emacs
changeset 43554:b785a21f5738
(icomplete-exhibit): Use minibuffer-prompt-end.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 26 Feb 2002 16:05:35 +0000 |
parents | 587cb64bfa86 |
children | c33c91ae60fc |
files | lisp/icomplete.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/icomplete.el Tue Feb 26 15:58:43 2002 +0000 +++ b/lisp/icomplete.el Tue Feb 26 16:05:35 2002 +0000 @@ -258,7 +258,7 @@ (make-local-variable 'icomplete-eoinput)) (setq icomplete-eoinput (point)) ; Insert the match-status information: - (if (and (> (point-max) 1) + (if (and (> (point-max) (minibuffer-prompt-end)) (or ;; Don't bother with delay after certain number of chars: (> (point-max) icomplete-max-delay-chars)