aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Kaludercic2022-11-29 22:38:18 +0100
committerPhilip Kaludercic2022-12-17 12:18:55 +0100
commit3b226f769e174a2af9ce5e298e4d79cb4bb55f25 (patch)
treebe742e73940076dc234bac6d3021d34655c83e8d
parentf4db260e94e399ed9fb5c2872c02810626262be9 (diff)
downloademacs-3b226f769e174a2af9ce5e298e4d79cb4bb55f25.tar.gz
emacs-3b226f769e174a2af9ce5e298e4d79cb4bb55f25.zip
* lisp/emacs-lisp/package.el (package-report-bug): Autoload it.
-rw-r--r--lisp/emacs-lisp/package.el1
1 files changed, 1 insertions, 0 deletions
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."
4562 (package--print-email-button maint) 4562 (package--print-email-button maint)
4563 (string-trim (substring-no-properties (buffer-string)))))))) 4563 (string-trim (substring-no-properties (buffer-string))))))))
4564 4564
4565;;;###autoload
4565(defun package-report-bug (desc) 4566(defun package-report-bug (desc)
4566 "Prepare a message to send to the maintainers of a package. 4567 "Prepare a message to send to the maintainers of a package.
4567DESC must be a `package-desc' object." 4568DESC must be a `package-desc' object."