diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-03-16 04:37:48 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-03-16 04:37:48 +0000 |
commit | c0d7987107ab2fa9183aadf36d38e3be2542873a (patch) | |
tree | 019ac87376cff61733e32d905511555d6512c527 /lisp/icomplete.el | |
parent | 41e798a9699d5b6815a94ad2c5af86e1bdec6c3c (diff) | |
download | emacs-c0d7987107ab2fa9183aadf36d38e3be2542873a.tar.gz |
Comment change.
Diffstat (limited to 'lisp/icomplete.el')
-rw-r--r-- | lisp/icomplete.el | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lisp/icomplete.el b/lisp/icomplete.el index a7b1872001f..e7d53a1f8a5 100644 --- a/lisp/icomplete.el +++ b/lisp/icomplete.el @@ -46,11 +46,6 @@ ;;; can be enabled any time after the package is loaded by invoking ;;; icomplete-mode without a prefix arg. -;;; This version of icomplete runs on Emacs 19.18 and later. (It -;;; depends on the incorporation of minibuffer-setup-hook.) The elisp -;;; archives, ftp://archive.cis.ohio-state.edu/pub/gnu/emacs/elisp-archive, -;;; probably still has a version that works in GNU Emacs v18. - ;;; Thanks to everyone for their suggestions for refinements of this ;;; package. I particularly have to credit Michael Cook, who ;;; implemented an incremental completion style in his 'iswitch' |