# HG changeset patch # User Eli Zaretskii # Date 973184937 0 # Node ID 65726622c836110eea77c7c5013b1b3e76d117eb # Parent a3a3dbb134e4cc2a52962366322db9592aedccd3 (report-emacs-bug): Fix whitespace and punctuation in the warning inserted into the *mail* buffer. diff -r a3a3dbb134e4 -r 65726622c836 lisp/mail/emacsbug.el --- a/lisp/mail/emacsbug.el Thu Nov 02 15:38:53 2000 +0000 +++ b/lisp/mail/emacsbug.el Thu Nov 02 17:08:57 2000 +0000 @@ -97,7 +97,7 @@ ;; 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)))