summaryrefslogtreecommitdiff
path: root/lisp/icomplete.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-03-16 04:37:48 +0000
committerRichard M. Stallman <rms@gnu.org>1995-03-16 04:37:48 +0000
commitc0d7987107ab2fa9183aadf36d38e3be2542873a (patch)
tree019ac87376cff61733e32d905511555d6512c527 /lisp/icomplete.el
parent41e798a9699d5b6815a94ad2c5af86e1bdec6c3c (diff)
downloademacs-c0d7987107ab2fa9183aadf36d38e3be2542873a.tar.gz
Comment change.
Diffstat (limited to 'lisp/icomplete.el')
-rw-r--r--lisp/icomplete.el5
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'