]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/mail/emacsbug.el (submit-emacs-patch): Insert empty X-Debbugs-Cc
authorMichael Albinus <michael.albinus@gmx.de>
Fri, 27 Sep 2024 07:33:51 +0000 (09:33 +0200)
committerEshel Yaron <me@eshelyaron.com>
Fri, 27 Sep 2024 10:24:14 +0000 (12:24 +0200)
(Bug##57877)

(cherry picked from commit d98a2b70d730308d91e7cdd1940ee4a1ac273a54)

lisp/mail/emacsbug.el

index e89e66cc7cb103d0e885ce8bb4fd2b7352d6fea6..a58be4dccf0527c860f8f9903e4e9cf341136025 100644 (file)
@@ -532,6 +532,8 @@ Message buffer where you can explain more about the patch."
     (view-mode 1)
     (button-mode 1))
   (compose-mail-other-window report-emacs-bug-address subject)
+  (rfc822-goto-eoh)
+  (insert "X-Debbugs-Cc: \n")
   (message-goto-body)
   (insert "\n\n\n")
   (emacs-build-description)