(icomplete-exhibit): Use minibuffer-prompt-end.
This commit is contained in:
parent
cb5be6c9e6
commit
8caa4ef5bd
1 changed files with 1 additions and 1 deletions
|
@ -258,7 +258,7 @@ and `minibuffer-setup-hook'."
|
|||
(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)
|
||||
|
|
Loading…
Add table
Reference in a new issue