Mercurial > emacs
comparison lisp/mail/emacsbug.el @ 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 | 386e14726b59 |
children | 21fa311a0352 |
comparison
equal
deleted
inserted
replaced
33152:a3a3dbb134e4 | 33153:65726622c836 |
---|---|
95 (backward-char (length signature))) | 95 (backward-char (length signature))) |
96 (unless report-emacs-bug-no-explanations | 96 (unless report-emacs-bug-no-explanations |
97 ;; Insert warnings for novice users. | 97 ;; Insert warnings for novice users. |
98 (insert "This bug report will be sent to the Free Software Foundation,\n") | 98 (insert "This bug report will be sent to the Free Software Foundation,\n") |
99 (let ((pos (point))) | 99 (let ((pos (point))) |
100 (insert " not to your local site managers!!") | 100 (insert "not to your local site managers!") |
101 (put-text-property pos (point) 'face 'highlight)) | 101 (put-text-property pos (point) 'face 'highlight)) |
102 (insert "\nPlease write in ") | 102 (insert "\nPlease write in ") |
103 (let ((pos (point))) | 103 (let ((pos (point))) |
104 (insert "English") | 104 (insert "English") |
105 (put-text-property pos (point) 'face 'highlight)) | 105 (put-text-property pos (point) 'face 'highlight)) |