]> git.eshelyaron.com Git - emacs.git/commitdiff
(report-emacs-bug): Fix whitespace and
authorEli Zaretskii <eliz@gnu.org>
Thu, 2 Nov 2000 17:10:31 +0000 (17:10 +0000)
committerEli Zaretskii <eliz@gnu.org>
Thu, 2 Nov 2000 17:10:31 +0000 (17:10 +0000)
punctuation in the warning inserted into the *mail* buffer.

lisp/ChangeLog
lisp/mail/emacsbug.el

index 1a35cd85bb44d7a572d9e7981743b456ea2e7009..5b35298b8e43a2f96dbf16566317eccc05ebb87d 100644 (file)
@@ -1,3 +1,8 @@
+2000-11-02  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
+       punctuation in the warning inserted into the *mail* buffer.
+
 2000-11-02  Gerd Moellmann  <gerd@gnu.org>
 
        * emacs-lisp/authors.el (authors-public-domain-files): New variable.
index f9f724bfd1fe5675f3b8f1bc774c72875cc27beb..5065a747daf8e475d4aafb63e3d8c01304f4ab8d 100644 (file)
@@ -97,7 +97,7 @@ Prompts for bug subject.  Leaves you in a mail buffer."
       ;; Insert warnings for novice users.
       (insert "This bug report will be sent to the Free Software Foundation,\n")
       (let ((pos (point)))
-       (insert " not to your local site managers!!")
+       (insert "not to your local site managers!")
        (put-text-property pos (point) 'face 'highlight))
       (insert "\nPlease write in ")
       (let ((pos (point)))