From ba0286891bafedd9cb8a51647927cb09fbc1a38b Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 31 May 1997 04:09:04 +0000 Subject: [PATCH] Comment changes. --- lisp/icomplete.el | 6 +----- 1 file changed, 1 insertion(+), 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 ;; Maintainer: Ken Manheimer @@ -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 -- 2.11.4.GIT