diff options
| author | Paul Eggert | 2019-05-26 00:58:27 -0700 |
|---|---|---|
| committer | Paul Eggert | 2019-05-26 01:00:15 -0700 |
| commit | 797ee5871e458d6d97f57a24405412a053f5ef32 (patch) | |
| tree | ea816eea73fcdaad0610d33790348bbe886b2741 /lisp/emulation | |
| parent | 5e47312c1f2638d19bf3d81de731809729caa11a (diff) | |
| download | emacs-797ee5871e458d6d97f57a24405412a053f5ef32.tar.gz emacs-797ee5871e458d6d97f57a24405412a053f5ef32.zip | |
Remove Maintainer: when it duplicates Author:
The convention is that a file with Author: but not Maintainer:
means the author is a maintainer, which makes it confusing
when a file lists the same person as author and maintainer.
Avoid the confusion by removing the duplicate Maintainer: line.
Diffstat (limited to 'lisp/emulation')
| -rw-r--r-- | lisp/emulation/edt-lk201.el | 1 | ||||
| -rw-r--r-- | lisp/emulation/edt-mapper.el | 1 | ||||
| -rw-r--r-- | lisp/emulation/edt-pc.el | 1 | ||||
| -rw-r--r-- | lisp/emulation/edt-vt100.el | 1 | ||||
| -rw-r--r-- | lisp/emulation/edt.el | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/lisp/emulation/edt-lk201.el b/lisp/emulation/edt-lk201.el index 797de504fd0..9ccb40dfe51 100644 --- a/lisp/emulation/edt-lk201.el +++ b/lisp/emulation/edt-lk201.el | |||
| @@ -4,7 +4,6 @@ | |||
| 4 | ;; Foundation, Inc. | 4 | ;; Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Kevin Gallagher <kevin.gal@verizon.net> | 6 | ;; Author: Kevin Gallagher <kevin.gal@verizon.net> |
| 7 | ;; Maintainer: Kevin Gallagher <kevin.gal@verizon.net> | ||
| 8 | ;; Keywords: emulations | 7 | ;; Keywords: emulations |
| 9 | ;; Package: edt | 8 | ;; Package: edt |
| 10 | 9 | ||
diff --git a/lisp/emulation/edt-mapper.el b/lisp/emulation/edt-mapper.el index b8e28f5a759..4aad72caf3c 100644 --- a/lisp/emulation/edt-mapper.el +++ b/lisp/emulation/edt-mapper.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1994-1995, 2000-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1994-1995, 2000-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Kevin Gallagher <kevin.gal@verizon.net> | 5 | ;; Author: Kevin Gallagher <kevin.gal@verizon.net> |
| 6 | ;; Maintainer: Kevin Gallagher <kevin.gal@verizon.net> | ||
| 7 | ;; Keywords: emulations | 6 | ;; Keywords: emulations |
| 8 | ;; Package: edt | 7 | ;; Package: edt |
| 9 | 8 | ||
diff --git a/lisp/emulation/edt-pc.el b/lisp/emulation/edt-pc.el index 3fe33ca13de..484f84eb155 100644 --- a/lisp/emulation/edt-pc.el +++ b/lisp/emulation/edt-pc.el | |||
| @@ -4,7 +4,6 @@ | |||
| 4 | ;; Inc. | 4 | ;; Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Kevin Gallagher <kevin.gal@verizon.net> | 6 | ;; Author: Kevin Gallagher <kevin.gal@verizon.net> |
| 7 | ;; Maintainer: Kevin Gallagher <kevin.gal@verizon.net> | ||
| 8 | ;; Keywords: emulations | 7 | ;; Keywords: emulations |
| 9 | ;; Package: edt | 8 | ;; Package: edt |
| 10 | 9 | ||
diff --git a/lisp/emulation/edt-vt100.el b/lisp/emulation/edt-vt100.el index f3d2518a49c..40c74c9d74f 100644 --- a/lisp/emulation/edt-vt100.el +++ b/lisp/emulation/edt-vt100.el | |||
| @@ -4,7 +4,6 @@ | |||
| 4 | ;; Foundation, Inc. | 4 | ;; Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Kevin Gallagher <kevin.gal@verizon.net> | 6 | ;; Author: Kevin Gallagher <kevin.gal@verizon.net> |
| 7 | ;; Maintainer: Kevin Gallagher <kevin.gal@verizon.net> | ||
| 8 | ;; Keywords: emulations | 7 | ;; Keywords: emulations |
| 9 | ;; Package: edt | 8 | ;; Package: edt |
| 10 | 9 | ||
diff --git a/lisp/emulation/edt.el b/lisp/emulation/edt.el index d1fe0b81077..dcc327dbd4d 100644 --- a/lisp/emulation/edt.el +++ b/lisp/emulation/edt.el | |||
| @@ -4,7 +4,6 @@ | |||
| 4 | ;; Inc. | 4 | ;; Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Kevin Gallagher <kevin.gal@verizon.net> | 6 | ;; Author: Kevin Gallagher <kevin.gal@verizon.net> |
| 7 | ;; Maintainer: Kevin Gallagher <kevin.gal@verizon.net> | ||
| 8 | ;; Keywords: emulations | 7 | ;; Keywords: emulations |
| 9 | 8 | ||
| 10 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |