diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2019-05-19 21:29:13 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2019-05-19 21:34:27 -0700 |
commit | bef1be873009d6e9f5a097396179f63a565bb6fd (patch) | |
tree | 227e495b83b50b965c65f26b3bb979e877726530 /lisp/ps-mule.el | |
parent | 20241e2c764263ebf31cfb0c6a7a0d3b9ba52429 (diff) | |
download | emacs-bef1be873009d6e9f5a097396179f63a565bb6fd.tar.gz emacs-bef1be873009d6e9f5a097396179f63a565bb6fd.tar.bz2 emacs-bef1be873009d6e9f5a097396179f63a565bb6fd.zip |
Fixes for "Maintainer:" and related lines
Mostly, this just removes "Maintainer: emacs-devel@gnu.org" lines,
which are not that useful. It also cleans up and regularizes a
few similar lines.
Diffstat (limited to 'lisp/ps-mule.el')
-rw-r--r-- | lisp/ps-mule.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ps-mule.el b/lisp/ps-mule.el index c88d6d26797..537ba9627d5 100644 --- a/lisp/ps-mule.el +++ b/lisp/ps-mule.el @@ -3,8 +3,8 @@ ;; Copyright (C) 1998-2019 Free Software Foundation, Inc. ;; Author: Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> -;; Kenichi Handa <handa@m17n.org> (multi-byte characters) -;; Maintainer: Kenichi Handa <handa@m17n.org> (multi-byte characters) +;; 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, multibyte, mule ;; Package: ps-print |