From 06a362633d65ba9863a4cb0e2c44bb54d1e46293 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 2 Aug 2002 17:56:01 +0000 Subject: [PATCH] (icomplete-exhibit): Use minibuffer-prompt-end. --- lisp/icomplete.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/icomplete.el b/lisp/icomplete.el index 5be4ce99139..42350532f1f 100644 --- a/lisp/icomplete.el +++ b/lisp/icomplete.el @@ -260,7 +260,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) -- 2.39.5