diff options
Diffstat (limited to 'lisp/mail/emacsbug.el')
-rw-r--r-- | lisp/mail/emacsbug.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/mail/emacsbug.el b/lisp/mail/emacsbug.el index d9e0742ce75..7773082814f 100644 --- a/lisp/mail/emacsbug.el +++ b/lisp/mail/emacsbug.el @@ -91,7 +91,8 @@ Prompts for bug subject. Leaves you in a mail buffer." ;; Discourage users to write non-English text. (set-buffer-multibyte nil) (delete-region (point) (point-max)) - (insert signature)) + (insert signature) + (backward-char (length signature))) (unless report-emacs-bug-no-explanations ;; Insert warnings for novice users. (insert "This bug report will be sent to the Free Software Foundation,\n") |