Don't forcibly turn on the mode upon load.
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 21 Mar 2005 19:19:26 +0000 (19:19 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 21 Mar 2005 19:19:26 +0000 (19:19 +0000)
commit47fda8fcf65b290cb794cf13e3617b3c60812e48
treed65cde7129feab1684aefb0a30ebb79f740b3dbb
parentc9f63b41575d1db78e7ac7f493a626cd6e6ea230
Don't forcibly turn on the mode upon load.
(icomplete-mode): Use define-minor-mode.
(icomplete-eoinput): Default to nil.
(icomplete-minibuffer-setup): Remove autoload.
(icomplete-tidy): Simplify.
(icomplete-exhibit): Use buffer-undo-list to determine if we're still
in the initial state or if the user has modified the field.
Fix handling of icomplete-max-delay-chars.
Remove code that handles the oddball case where
minibuffer-completion-table is an integer.
Wrap icomplete-completions in while-no-input in case building
completions takes more time than expected.
(icomplete-completions): Simplify.
lisp/ChangeLog
lisp/icomplete.el