emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/icomplete.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/icomplete.el
Date: Fri, 02 Aug 2002 13:56:01 -0400

Index: emacs/lisp/icomplete.el
diff -c emacs/lisp/icomplete.el:1.27 emacs/lisp/icomplete.el:1.28
*** emacs/lisp/icomplete.el:1.27        Mon Nov 26 11:27:15 2001
--- emacs/lisp/icomplete.el     Tue Feb 26 11:05:35 2002
***************
*** 258,264 ****
              (make-local-variable 'icomplete-eoinput))
          (setq icomplete-eoinput (point))
                                          ; Insert the match-status information:
!         (if (and (> (point-max) 1)
                   (or
                    ;; Don't bother with delay after certain number of chars:
                    (> (point-max) icomplete-max-delay-chars)
--- 258,264 ----
              (make-local-variable 'icomplete-eoinput))
          (setq icomplete-eoinput (point))
                                          ; Insert the match-status information:
!         (if (and (> (point-max) (minibuffer-prompt-end))
                   (or
                    ;; Don't bother with delay after certain number of chars:
                    (> (point-max) icomplete-max-delay-chars)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]