From: Philip Kaludercic Date: Tue, 29 Nov 2022 21:38:18 +0000 (+0100) Subject: * lisp/emacs-lisp/package.el (package-report-bug): Autoload it. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3b226f769e174a2af9ce5e298e4d79cb4bb55f25;p=emacs.git * lisp/emacs-lisp/package.el (package-report-bug): Autoload it. --- diff --git a/lisp/emacs-lisp/package.el b/lisp/emacs-lisp/package.el index 4d33311cb74..1cc978923e0 100644 --- a/lisp/emacs-lisp/package.el +++ b/lisp/emacs-lisp/package.el @@ -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."