diff options
author | Richard M. Stallman <rms@gnu.org> | 1998-03-03 18:18:31 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1998-03-03 18:18:31 +0000 |
commit | 5027054fddb045088a3b12e05507a215bda9c8cf (patch) | |
tree | fdb71e80fefbd9cea261a103ede8fad0ef998efe /lisp | |
parent | be8bf2d0b0d5348f4ff0e540f9fdc735e7f448b5 (diff) | |
download | emacs-5027054fddb045088a3b12e05507a215bda9c8cf.tar.gz |
Comment change.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/cdl.el | 1 | ||||
-rw-r--r-- | lisp/find-dired.el | 1 | ||||
-rw-r--r-- | lisp/find-file.el | 1 | ||||
-rw-r--r-- | lisp/generic.el | 2 | ||||
-rw-r--r-- | lisp/map-ynp.el | 1 |
5 files changed, 5 insertions, 1 deletions
diff --git a/lisp/cdl.el b/lisp/cdl.el index 71b8ef395f6..1987b0c614e 100644 --- a/lisp/cdl.el +++ b/lisp/cdl.el @@ -3,6 +3,7 @@ ;; Copyright (C) 1993 Free Software Foundation, Inc. ;; Author: ATAE@spva.physics.imperial.ac.uk (Ata Etemadi) +;; Maintainers: FSF ;; Keywords: data ;; This file is part of GNU Emacs. diff --git a/lisp/find-dired.el b/lisp/find-dired.el index 502a93c1c74..43246c096aa 100644 --- a/lisp/find-dired.el +++ b/lisp/find-dired.el @@ -4,6 +4,7 @@ ;; Author: Roland McGrath <roland@gnu.ai.mit.edu>, ;; Sebastian Kremer <sk@thp.uni-koeln.de> +;; Maintainer: FSF ;; Keywords: unix ;; This file is part of GNU Emacs. diff --git a/lisp/find-file.el b/lisp/find-file.el index 44aa85e5699..386a4b3c199 100644 --- a/lisp/find-file.el +++ b/lisp/find-file.el @@ -1,6 +1,7 @@ ;;; find-file.el --- find a file corresponding to this one given a pattern ;; Author: Henry Guillaume <henri@tibco.com, henry@c032.aone.net.au> +;; Maintainer: FSF ;; Keywords: c, matching, tools ;; Copyright (C) 1994, 1995 Free Software Foundation, Inc. diff --git a/lisp/generic.el b/lisp/generic.el index c7529c287ee..0214e5a56d2 100644 --- a/lisp/generic.el +++ b/lisp/generic.el @@ -110,7 +110,7 @@ ;; is not specific to generic-mode. ;; -;; Credit for suggestions, brainstorming, patches and bug-fixes: +;; Credit for suggestions, brainstorming, help with debugging: ;; ACorreir@pervasive-sw.com (Alfred Correira) ;;; Code: diff --git a/lisp/map-ynp.el b/lisp/map-ynp.el index c36ea9557c3..ce50e98c6c8 100644 --- a/lisp/map-ynp.el +++ b/lisp/map-ynp.el @@ -3,6 +3,7 @@ ;; Copyright (C) 1991, 1992, 1993, 1994, 1995 Free Software Foundation, Inc. ;; Author: Roland McGrath <roland@gnu.ai.mit.edu> +;; Maintainer: FSF ;; Keywords: lisp, extensions ;; This file is part of GNU Emacs. |