projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4db260
)
* lisp/emacs-lisp/package.el (package-report-bug): Autoload it.
author
Philip Kaludercic
<philipk@posteo.net>
Tue, 29 Nov 2022 21:38:18 +0000
(22:38 +0100)
committer
Philip Kaludercic
<philipk@posteo.net>
Sat, 17 Dec 2022 11:18:55 +0000
(12:18 +0100)
lisp/emacs-lisp/package.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/package.el
b/lisp/emacs-lisp/package.el
index 4d33311cb746a266cbf193591fe219eb5a1a9e38..1cc978923e00dbbc91a1475c59b824e09cc58558 100644
(file)
--- 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."