]> git.eshelyaron.com Git - emacs.git/commit
(describe-package-1): Fix bug#68288
authorStefan Monnier <monnier@iro.umontreal.ca>
Sat, 6 Jan 2024 23:50:25 +0000 (18:50 -0500)
committerEshel Yaron <me@eshelyaron.com>
Sun, 7 Jan 2024 21:05:45 +0000 (22:05 +0100)
commitac31c61cbf6d06ec374f4330aba9c6e078681146
tree3ea73e8daa2bf8f62e0bf5eb574e1d0f4916a50f
parent1789bab17b3e2976d7eca07a83c404c200a76740
(describe-package-1): Fix bug#68288

Fix support for multiple maintainers in `describe-package` and
in `package-report-bug`.

* lisp/emacs-lisp/package.el (describe-package-1): There's no
`:maintainers:`, instead `:maintainer` can hold a list of maintainers.
(package-maintainers): Adapt to the possibility of having
multiple maintainers.
(package-report-bug): Don't burp if the package is not installed.

(cherry picked from commit 73cb931e5bab1b956f0569cd542468cfa7f4c9a7)
lisp/emacs-lisp/package.el