Mercurial > emacs
changeset 33153:65726622c836
(report-emacs-bug): Fix whitespace and
punctuation in the warning inserted into the *mail* buffer.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Thu, 02 Nov 2000 17:08:57 +0000 |
parents | a3a3dbb134e4 |
children | 8a5697d8ce26 |
files | lisp/mail/emacsbug.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)))