aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1997-05-31 04:09:04 +0000
committerRichard M. Stallman1997-05-31 04:09:04 +0000
commitf0009536f9d0a60966e32884cc04498f943ce6e2 (patch)
treeb34a574eafa014781f90daf31f18cec7d8d438dd
parent85b78d5b5ae442643bf4ae1fe09e83498f4826e8 (diff)
downloademacs-f0009536f9d0a60966e32884cc04498f943ce6e2.tar.gz
emacs-f0009536f9d0a60966e32884cc04498f943ce6e2.zip
Comment changes.
-rw-r--r--lisp/icomplete.el6
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 @@
1;;;_. icomplete.el - minibuffer completion incremental feedback 1;;;_. icomplete.el - minibuffer completion incremental feedback
2 2
3;; Copyright (C) 1992, 1993, 1994 Free Software Foundation, Inc. 3;; Copyright (C) 1992, 1993, 1994, 1997 Free Software Foundation, Inc.
4 4
5;; Author: Ken Manheimer <klm@python.org> 5;; Author: Ken Manheimer <klm@python.org>
6;; Maintainer: Ken Manheimer <klm@python.org> 6;; Maintainer: Ken Manheimer <klm@python.org>
@@ -24,10 +24,6 @@
24;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, 24;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
25;; Boston, MA 02111-1307, USA. 25;; Boston, MA 02111-1307, USA.
26 26
27;; This file is also part of XEmacs.
28;; Hacked for XEmacs: David Hughes 7th September 1995
29;; With some integration and refinement by Ken Manheimer, May 1997
30
31;;; Commentary: 27;;; Commentary:
32 28
33;; Loading this package implements a more fine-grained minibuffer 29;; Loading this package implements a more fine-grained minibuffer