emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-23 r100109: * lisp/mail/emacsbug.el (


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-23 r100109: * lisp/mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
Date: Tue, 12 Oct 2010 20:05:22 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100109
committer: Glenn Morris <address@hidden>
branch nick: emacs-23
timestamp: Tue 2010-10-12 20:05:22 -0700
message:
  * lisp/mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
modified:
  lisp/ChangeLog
  lisp/mail/emacsbug.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-10-12 23:25:19 +0000
+++ b/lisp/ChangeLog    2010-10-13 03:05:22 +0000
@@ -1,3 +1,7 @@
+2010-10-13  Glenn Morris  <address@hidden>
+
+       * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
+
 2010-10-12  Juanma Barranquero  <address@hidden>
 
        * international/mule.el (define-coding-system):

=== modified file 'lisp/mail/emacsbug.el'
--- a/lisp/mail/emacsbug.el     2010-01-12 05:11:05 +0000
+++ b/lisp/mail/emacsbug.el     2010-10-13 03:05:22 +0000
@@ -134,11 +134,11 @@
         (overlay-put (make-overlay pos (point)) 'face 'highlight))
       (insert " if possible, because the Emacs maintainers
 usually do not have translators to read other languages for them.\n\n")
-      (insert (format "Your bug report will be posted to the %s mailing list"
+      (insert (format "Your report will be posted to the %s mailing list"
                      reporting-address))
       ;; Nowadays all bug reports end up there.
 ;;;      (if pretest-p (insert ".\n\n")
-       (insert ",\nand to the gnu.emacs.bug news group.\n\n"))
+       (insert "\nand the gnu.emacs.bug news group, and at 
http://debbugs.gnu.org.\n\n";))
 
     (insert "Please describe exactly what actions triggered the bug\n"
            "and the precise symptoms of the bug.  If you can, give\n"
@@ -337,5 +337,4 @@
 
 (provide 'emacsbug)
 
-;; arch-tag: 248b6523-c3b5-4fec-9a3f-0411fafa7d49
 ;;; emacsbug.el ends here


reply via email to

[Prev in Thread] Current Thread [Next in Thread]