aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2014-05-10 14:41:12 -0700
committerGlenn Morris2014-05-10 14:41:12 -0700
commit6b45ef356516c224e88b410edaab43d4c58f94dc (patch)
tree46898b87159aca347f06b7e85246377c68762788
parent8c6699ab19d4fed0baa98988accbd8141ae81fe9 (diff)
downloademacs-6b45ef356516c224e88b410edaab43d4c58f94dc.tar.gz
emacs-6b45ef356516c224e88b410edaab43d4c58f94dc.zip
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.
-rw-r--r--lisp/ChangeLog3
-rw-r--r--lisp/printing.el2
-rw-r--r--lisp/ps-print.el2
3 files changed, 5 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 22e45c46940..f6807b68196 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
12014-05-10 Glenn Morris <rgm@gnu.org> 12014-05-10 Glenn Morris <rgm@gnu.org>
2 2
3 * printing.el (pr-version):
4 * ps-print.el (ps-print-version): Also mention bug-gnu-emacs.
5
3 * net/browse-url.el (browse-url-mosaic): 6 * net/browse-url.el (browse-url-mosaic):
4 Create /tmp/Mosaic.PID as a private file. 7 Create /tmp/Mosaic.PID as a private file.
5 8
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 @@
12 "printing.el, v 6.9.3 <2007/12/09 vinicius> 12 "printing.el, v 6.9.3 <2007/12/09 vinicius>
13 13
14Please send all bug fixes and enhancements to 14Please send all bug fixes and enhancements to
15 Vinicius Jose Latorre <viniciusjl@ig.com.br> 15 bug-gnu-emacs@gnu.org and Vinicius Jose Latorre <viniciusjl@ig.com.br>
16") 16")
17 17
18;; This file is part of GNU Emacs. 18;; 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
20report the version of Emacs, if any, that ps-print was distributed with. 20report the version of Emacs, if any, that ps-print was distributed with.
21 21
22Please send all bug fixes and enhancements to 22Please send all bug fixes and enhancements to
23 Vinicius Jose Latorre <viniciusjl@ig.com.br>.") 23 bug-gnu-emacs@gnu.org and Vinicius Jose Latorre <viniciusjl@ig.com.br>.")
24 24
25;; This file is part of GNU Emacs. 25;; This file is part of GNU Emacs.
26 26