diff options
author | Glenn Morris <rgm@gnu.org> | 2014-05-10 14:41:12 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2014-05-10 14:41:12 -0700 |
commit | 6b45ef356516c224e88b410edaab43d4c58f94dc (patch) | |
tree | 46898b87159aca347f06b7e85246377c68762788 /lisp/ps-print.el | |
parent | 8c6699ab19d4fed0baa98988accbd8141ae81fe9 (diff) | |
download | emacs-6b45ef356516c224e88b410edaab43d4c58f94dc.tar.gz |
Also mention bug-gnu-emacs in (ps-)print.el version strings
* printing.el (pr-version):
* ps-print.el (ps-print-version): Also mention bug-gnu-emacs.
Diffstat (limited to 'lisp/ps-print.el')
-rw-r--r-- | lisp/ps-print.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ps-print.el b/lisp/ps-print.el index 004bdce1f6a..83f2cde4010 100644 --- a/lisp/ps-print.el +++ b/lisp/ps-print.el @@ -20,7 +20,7 @@ Emacs without changes to the version number. When reporting bugs, please also report the version of Emacs, if any, that ps-print was distributed with. Please send all bug fixes and enhancements to - Vinicius Jose Latorre <viniciusjl@ig.com.br>.") + bug-gnu-emacs@gnu.org and Vinicius Jose Latorre <viniciusjl@ig.com.br>.") ;; This file is part of GNU Emacs. |