From: Glenn Morris Date: Sat, 10 May 2014 21:41:12 +0000 (-0700) Subject: Also mention bug-gnu-emacs in (ps-)print.el version strings X-Git-Tag: emacs-24.3.91~9 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6b45ef356516c224e88b410edaab43d4c58f94dc;p=emacs.git 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. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 22e45c46940..f6807b68196 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2014-05-10 Glenn Morris + * printing.el (pr-version): + * ps-print.el (ps-print-version): Also mention bug-gnu-emacs. + * net/browse-url.el (browse-url-mosaic): Create /tmp/Mosaic.PID as a private file. diff --git a/lisp/printing.el b/lisp/printing.el index bb7e3843c32..5b6173ceb35 100644 --- a/lisp/printing.el +++ b/lisp/printing.el @@ -12,7 +12,7 @@ "printing.el, v 6.9.3 <2007/12/09 vinicius> Please send all bug fixes and enhancements to - Vinicius Jose Latorre + bug-gnu-emacs@gnu.org and Vinicius Jose Latorre ") ;; This file is part of GNU Emacs. 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 .") + bug-gnu-emacs@gnu.org and Vinicius Jose Latorre .") ;; This file is part of GNU Emacs.