mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-25 07:28:20 +00:00
* lisp/emacs-lisp/package.el (package-buffer-info): Fix typo
This commit is contained in:
parent
4e6f98cd50
commit
0509f3921b
@ -1169,7 +1169,7 @@ boundaries."
|
||||
:maintainer
|
||||
;; For backward compatibility, use a single string if there's only
|
||||
;; one maintainer (the most common case).
|
||||
(let ((maints (lm-maintainers))) (if (cdr maints) maints (cat maints)))
|
||||
(let ((maints (lm-maintainers))) (if (cdr maints) maints (car maints)))
|
||||
:authors (lm-authors)))))
|
||||
|
||||
(defun package--read-pkg-desc (kind)
|
||||
|
Loading…
Reference in New Issue
Block a user