From 94821e4f02f6878998c7cf42d2aaa84c32826502 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Thu, 2 Nov 2000 17:10:31 +0000 Subject: [PATCH] (report-emacs-bug): Fix whitespace and punctuation in the warning inserted into the *mail* buffer. --- lisp/ChangeLog | 5 +++++ lisp/mail/emacsbug.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1a35cd85bb4..5b35298b8e4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2000-11-02 Eli Zaretskii + + * mail/emacsbug.el (report-emacs-bug): Fix whitespace and + punctuation in the warning inserted into the *mail* buffer. + 2000-11-02 Gerd Moellmann * emacs-lisp/authors.el (authors-public-domain-files): New variable. diff --git a/lisp/mail/emacsbug.el b/lisp/mail/emacsbug.el index f9f724bfd1f..5065a747daf 100644 --- a/lisp/mail/emacsbug.el +++ b/lisp/mail/emacsbug.el @@ -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))) -- 2.39.5