diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2019-05-26 00:58:27 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2019-05-26 01:00:15 -0700 |
commit | 797ee5871e458d6d97f57a24405412a053f5ef32 (patch) | |
tree | ea816eea73fcdaad0610d33790348bbe886b2741 /lisp/obsolete | |
parent | 5e47312c1f2638d19bf3d81de731809729caa11a (diff) | |
download | emacs-797ee5871e458d6d97f57a24405412a053f5ef32.tar.gz |
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/obsolete')
-rw-r--r-- | lisp/obsolete/iswitchb.el | 1 | ||||
-rw-r--r-- | lisp/obsolete/tpu-edt.el | 1 | ||||
-rw-r--r-- | lisp/obsolete/tpu-extras.el | 1 | ||||
-rw-r--r-- | lisp/obsolete/tpu-mapper.el | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/lisp/obsolete/iswitchb.el b/lisp/obsolete/iswitchb.el index 5b0df1e6950..ad2067fdef7 100644 --- a/lisp/obsolete/iswitchb.el +++ b/lisp/obsolete/iswitchb.el @@ -3,7 +3,6 @@ ;; Copyright (C) 1996-1997, 2000-2019 Free Software Foundation, Inc. ;; Author: Stephen Eglen <stephen@gnu.org> -;; Maintainer: Stephen Eglen <stephen@gnu.org> ;; Keywords: completion convenience ;; Obsolete-since: 24.4 diff --git a/lisp/obsolete/tpu-edt.el b/lisp/obsolete/tpu-edt.el index 8db1c4f5f11..0848135715e 100644 --- a/lisp/obsolete/tpu-edt.el +++ b/lisp/obsolete/tpu-edt.el @@ -3,7 +3,6 @@ ;; Copyright (C) 1993-1995, 2000-2019 Free Software Foundation, Inc. ;; Author: Rob Riepel <riepel@networking.stanford.edu> -;; Maintainer: Rob Riepel <riepel@networking.stanford.edu> ;; Version: 4.5 ;; Keywords: emulations ;; Obsolete-since: 24.5 diff --git a/lisp/obsolete/tpu-extras.el b/lisp/obsolete/tpu-extras.el index f19a67dd48d..8b5818dfca3 100644 --- a/lisp/obsolete/tpu-extras.el +++ b/lisp/obsolete/tpu-extras.el @@ -3,7 +3,6 @@ ;; Copyright (C) 1993-1995, 2000-2019 Free Software Foundation, Inc. ;; Author: Rob Riepel <riepel@networking.stanford.edu> -;; Maintainer: Rob Riepel <riepel@networking.stanford.edu> ;; Keywords: emulations ;; Package: tpu-edt ;; Obsolete-since: 24.5 diff --git a/lisp/obsolete/tpu-mapper.el b/lisp/obsolete/tpu-mapper.el index 60e0e49b8b4..a7aa0cb0d00 100644 --- a/lisp/obsolete/tpu-mapper.el +++ b/lisp/obsolete/tpu-mapper.el @@ -3,7 +3,6 @@ ;; Copyright (C) 1993-1995, 2001-2019 Free Software Foundation, Inc. ;; Author: Rob Riepel <riepel@networking.stanford.edu> -;; Maintainer: Rob Riepel <riepel@networking.stanford.edu> ;; Keywords: emulations ;; Package: tpu-edt ;; Obsolete-since: 24.5 |