diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-05-31 04:09:04 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-05-31 04:09:04 +0000 |
commit | f0009536f9d0a60966e32884cc04498f943ce6e2 (patch) | |
tree | b34a574eafa014781f90daf31f18cec7d8d438dd /lisp/icomplete.el | |
parent | 85b78d5b5ae442643bf4ae1fe09e83498f4826e8 (diff) | |
download | emacs-f0009536f9d0a60966e32884cc04498f943ce6e2.tar.gz |
Comment changes.
Diffstat (limited to 'lisp/icomplete.el')
-rw-r--r-- | lisp/icomplete.el | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lisp/icomplete.el b/lisp/icomplete.el index f90100fd4d7..b1588d73a07 100644 --- a/lisp/icomplete.el +++ b/lisp/icomplete.el @@ -1,6 +1,6 @@ ;;;_. icomplete.el - minibuffer completion incremental feedback -;; Copyright (C) 1992, 1993, 1994 Free Software Foundation, Inc. +;; Copyright (C) 1992, 1993, 1994, 1997 Free Software Foundation, Inc. ;; Author: Ken Manheimer <klm@python.org> ;; Maintainer: Ken Manheimer <klm@python.org> @@ -24,10 +24,6 @@ ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, ;; Boston, MA 02111-1307, USA. -;; This file is also part of XEmacs. -;; Hacked for XEmacs: David Hughes 7th September 1995 -;; With some integration and refinement by Ken Manheimer, May 1997 - ;;; Commentary: ;; Loading this package implements a more fine-grained minibuffer |