/[emacs]/emacs/lisp/icomplete.el
ViewVC logotype

Diff of /emacs/lisp/icomplete.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.25 by gerd, Tue Apr 3 14:48:02 2001 UTC revision 1.25.12.1 by rms, Fri Aug 2 17:56:01 2002 UTC
# Line 260  and `minibuffer-setup-hook'." Line 260  and `minibuffer-setup-hook'."
260                (make-local-variable 'icomplete-eoinput))                (make-local-variable 'icomplete-eoinput))
261            (setq icomplete-eoinput (point))            (setq icomplete-eoinput (point))
262                                          ; Insert the match-status information:                                          ; Insert the match-status information:
263            (if (and (> (point-max) 1)            (if (and (> (point-max) (minibuffer-prompt-end))
264                     (or                     (or
265                      ;; Don't bother with delay after certain number of chars:                      ;; Don't bother with delay after certain number of chars:
266                      (> (point-max) icomplete-max-delay-chars)                      (> (point-max) icomplete-max-delay-chars)

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.25.12.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26