* lisp/emacs-lisp/package.el (package-buffer-info):
Add author and maintainers to `package-buffer-info'.
This commit is contained in:
parent
ca66737c53
commit
86814e7a80
2 changed files with 16 additions and 5 deletions
|
@ -996,7 +996,9 @@ boundaries."
|
|||
(package--prepare-dependencies
|
||||
(package-read-from-string requires-str)))
|
||||
:kind 'single
|
||||
:url homepage))))
|
||||
:url homepage
|
||||
:maintainer (lm-maintainer)
|
||||
:authors (lm-authors)))))
|
||||
|
||||
(defun package--read-pkg-desc (kind)
|
||||
"Read a `define-package' form in current buffer.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue