diff options
| -rw-r--r-- | lisp/mail/emacsbug.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/mail/emacsbug.el b/lisp/mail/emacsbug.el index 409ef7165fe..b927fcaed00 100644 --- a/lisp/mail/emacsbug.el +++ b/lisp/mail/emacsbug.el | |||
| @@ -233,9 +233,11 @@ Already submitted bugs can be found in the Emacs bug tracker: | |||
| 233 | (set-frame-parameter nil 'unsplittable nil)) | 233 | (set-frame-parameter nil 'unsplittable nil)) |
| 234 | (error nil)) | 234 | (error nil)) |
| 235 | (compose-mail report-emacs-bug-address topic) | 235 | (compose-mail report-emacs-bug-address topic) |
| 236 | (rfc822-goto-eoh) | ||
| 237 | (insert "X-Debbugs-Cc: \n") | ||
| 236 | ;; The rest of this does not execute if the user was asked to | 238 | ;; The rest of this does not execute if the user was asked to |
| 237 | ;; confirm and said no. | 239 | ;; confirm and said no. |
| 238 | (when (eq major-mode 'message-mode) | 240 | (when (derived-mode-p 'message-mode) |
| 239 | ;; Message-mode sorts the headers before sending. We sort now so | 241 | ;; Message-mode sorts the headers before sending. We sort now so |
| 240 | ;; that report-emacs-bug-orig-text remains valid. (Bug#5178) | 242 | ;; that report-emacs-bug-orig-text remains valid. (Bug#5178) |
| 241 | (message-sort-headers) | 243 | (message-sort-headers) |