1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-30 09:00:31 -08:00

* lisp/emacs-lisp/package.el (package-report-bug): Autoload it.

This commit is contained in:
Philip Kaludercic 2022-11-29 22:38:18 +01:00
parent f4db260e94
commit 3b226f769e

View file

@ -4562,6 +4562,7 @@ will be signaled in that case."
(package--print-email-button maint)
(string-trim (substring-no-properties (buffer-string))))))))
;;;###autoload
(defun package-report-bug (desc)
"Prepare a message to send to the maintainers of a package.
DESC must be a `package-desc' object."