* emacs-lisp/package.el (describe-package-1): Add package archive.
This commit is contained in:
parent
cab0d91dfb
commit
86fd16b6b4
2 changed files with 7 additions and 0 deletions
|
@ -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)
|
||||
|
|
|
@ -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) ": "
|
||||
|
|
Loading…
Add table
Reference in a new issue