From 3b226f769e174a2af9ce5e298e4d79cb4bb55f25 Mon Sep 17 00:00:00 2001 From: Philip Kaludercic Date: Tue, 29 Nov 2022 22:38:18 +0100 Subject: [PATCH] * lisp/emacs-lisp/package.el (package-report-bug): Autoload it. --- lisp/emacs-lisp/package.el | 1 + 1 file changed, 1 insertion(+) 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." -- 2.39.2