Inherit incompatible/obsolete package faces from error

Don't use the same face for installed packages as for incompatible
or obsolete ones.
* lisp/emacs-lisp/package.el (package-status-incompat): Inherit from error.
This commit is contained in:
Tino Calancha 2017-05-04 19:47:45 +09:00
parent b0370a89f6
commit fed13bd8c8

View file

@ -2904,7 +2904,7 @@ Return (PKG-DESC [NAME VERSION STATUS DOC])."
:version "25.1")
(defface package-status-incompat
'((t :inherit font-lock-comment-face))
'((t :inherit error))
"Face used on the status and version of incompat packages."
:version "25.1")