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:
parent
b0370a89f6
commit
fed13bd8c8
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue