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/ps-def.el | |
parent | 5e47312c1f2638d19bf3d81de731809729caa11a (diff) | |
download | emacs-797ee5871e458d6d97f57a24405412a053f5ef32.tar.gz emacs-797ee5871e458d6d97f57a24405412a053f5ef32.tar.bz2 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/ps-def.el')
-rw-r--r-- | lisp/ps-def.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/ps-def.el b/lisp/ps-def.el index d248556ccda..0f3b2f7fee8 100644 --- a/lisp/ps-def.el +++ b/lisp/ps-def.el @@ -4,8 +4,6 @@ ;; Author: Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> ;; Kenichi Handa <handa@gnu.org> (multi-byte characters) -;; Maintainer: Kenichi Handa <handa@gnu.org> (multi-byte characters) -;; Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> ;; Keywords: wp, print, PostScript ;; X-URL: http://www.emacswiki.org/cgi-bin/wiki/ViniciusJoseLatorre ;; Package: ps-print |