]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/emacs-lisp/package.el (package-report-bug): Autoload it.
authorPhilip Kaludercic <philipk@posteo.net>
Tue, 29 Nov 2022 21:38:18 +0000 (22:38 +0100)
committerPhilip Kaludercic <philipk@posteo.net>
Sat, 17 Dec 2022 11:18:55 +0000 (12:18 +0100)
lisp/emacs-lisp/package.el

index 4d33311cb746a266cbf193591fe219eb5a1a9e38..1cc978923e00dbbc91a1475c59b824e09cc58558 100644 (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."