aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1998-03-03 18:18:31 +0000
committerRichard M. Stallman1998-03-03 18:18:31 +0000
commit5027054fddb045088a3b12e05507a215bda9c8cf (patch)
treefdb71e80fefbd9cea261a103ede8fad0ef998efe
parentbe8bf2d0b0d5348f4ff0e540f9fdc735e7f448b5 (diff)
downloademacs-5027054fddb045088a3b12e05507a215bda9c8cf.tar.gz
emacs-5027054fddb045088a3b12e05507a215bda9c8cf.zip
Comment change.
-rw-r--r--lisp/cdl.el1
-rw-r--r--lisp/find-dired.el1
-rw-r--r--lisp/find-file.el1
-rw-r--r--lisp/generic.el2
-rw-r--r--lisp/map-ynp.el1
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 @@
3;; Copyright (C) 1993 Free Software Foundation, Inc. 3;; Copyright (C) 1993 Free Software Foundation, Inc.
4 4
5;; Author: ATAE@spva.physics.imperial.ac.uk (Ata Etemadi) 5;; Author: ATAE@spva.physics.imperial.ac.uk (Ata Etemadi)
6;; Maintainers: FSF
6;; Keywords: data 7;; Keywords: data
7 8
8;; This file is part of GNU Emacs. 9;; 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 @@
4 4
5;; Author: Roland McGrath <roland@gnu.ai.mit.edu>, 5;; Author: Roland McGrath <roland@gnu.ai.mit.edu>,
6;; Sebastian Kremer <sk@thp.uni-koeln.de> 6;; Sebastian Kremer <sk@thp.uni-koeln.de>
7;; Maintainer: FSF
7;; Keywords: unix 8;; Keywords: unix
8 9
9;; This file is part of GNU Emacs. 10;; 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 @@
1;;; find-file.el --- find a file corresponding to this one given a pattern 1;;; find-file.el --- find a file corresponding to this one given a pattern
2 2
3;; Author: Henry Guillaume <henri@tibco.com, henry@c032.aone.net.au> 3;; Author: Henry Guillaume <henri@tibco.com, henry@c032.aone.net.au>
4;; Maintainer: FSF
4;; Keywords: c, matching, tools 5;; Keywords: c, matching, tools
5 6
6;; Copyright (C) 1994, 1995 Free Software Foundation, Inc. 7;; 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 @@
110;; is not specific to generic-mode. 110;; is not specific to generic-mode.
111;; 111;;
112 112
113;; Credit for suggestions, brainstorming, patches and bug-fixes: 113;; Credit for suggestions, brainstorming, help with debugging:
114;; ACorreir@pervasive-sw.com (Alfred Correira) 114;; ACorreir@pervasive-sw.com (Alfred Correira)
115 115
116;;; Code: 116;;; 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 @@
3;; Copyright (C) 1991, 1992, 1993, 1994, 1995 Free Software Foundation, Inc. 3;; Copyright (C) 1991, 1992, 1993, 1994, 1995 Free Software Foundation, Inc.
4 4
5;; Author: Roland McGrath <roland@gnu.ai.mit.edu> 5;; Author: Roland McGrath <roland@gnu.ai.mit.edu>
6;; Maintainer: FSF
6;; Keywords: lisp, extensions 7;; Keywords: lisp, extensions
7 8
8;; This file is part of GNU Emacs. 9;; This file is part of GNU Emacs.