* emacs-lisp/package.el (describe-package-1): Add package archive.

This commit is contained in:
Ted Zlatanov 2013-11-20 16:01:00 -05:00
parent cab0d91dfb
commit 86fd16b6b4
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2013-11-20 Teodor Zlatanov <tzz@lifelogs.com>
* emacs-lisp/package.el (describe-package-1): Add package archive
to shown fields.
2013-11-20 era eriksson <era+emacsbugs@iki.fi>
* ses.el (ses-mode): Doc fix. (Bug#14748)

View file

@ -1403,6 +1403,8 @@ If optional arg NO-ACTIVATE is non-nil, don't activate packages."
'action 'package-install-button-action)))
(t (insert (capitalize status) ".")))
(insert "\n")
(insert " " (propertize "Archive" 'font-lock-face 'bold)
": " (or archive "n/a") "\n")
(and version
(insert " "
(propertize "Version" 'font-lock-face 'bold) ": "