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 | 2722cca4996041844498851b60ef3830f0842b0d (patch) | |
tree | 2a6e66c1dfe8f823683a4765733e788455744028 /lisp/icomplete.el | |
parent | f6e827319bea2951a10c631b182eed10644d4bac (diff) | |
download | emacs-2722cca4996041844498851b60ef3830f0842b0d.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' |