mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 09:14:18 +00:00
Add a default "Subject" for package reviews
* lisp/emacs-lisp/package.el (package-review): Set the SUBJECT parameter when calling 'compose-mail'.
This commit is contained in:
parent
60ed7688b5
commit
18a5151cd1
1 changed files with 3 additions and 1 deletions
|
|
@ -793,7 +793,9 @@ attached."
|
|||
;; prepare mail buffer
|
||||
(let ((tmp-buf (current-buffer)))
|
||||
(compose-mail (with-demoted-errors "Failed to find maintainers: %S"
|
||||
(package-maintainers pkg-desc)))
|
||||
(package-maintainers pkg-desc))
|
||||
(concat "Emacs Package Review: "
|
||||
(package-desc-full-name pkg-desc)))
|
||||
(pcase mail-user-agent
|
||||
('sendmail-user-agent (mail-text))
|
||||
(_ (message-goto-body)))
|
||||
|
|
|
|||
Loading…
Reference in a new issue