emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 3b226f769e 1/2: * lisp/emacs-lisp/package.el (package-report-bug)


From: Philip Kaludercic
Subject: master 3b226f769e 1/2: * lisp/emacs-lisp/package.el (package-report-bug): Autoload it.
Date: Sat, 17 Dec 2022 06:19:19 -0500 (EST)

branch: master
commit 3b226f769e174a2af9ce5e298e4d79cb4bb55f25
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>

    * 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 4d33311cb7..1cc978923e 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."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]