emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master fed13bd: Inherit incompatible/obsolete package face


From: Tino Calancha
Subject: [Emacs-diffs] master fed13bd: Inherit incompatible/obsolete package faces from error
Date: Thu, 4 May 2017 06:48:46 -0400 (EDT)

branch: master
commit fed13bd8c81fa20f1a67386a13d1ba3a9daaed8c
Author: Tino Calancha <address@hidden>
Commit: Tino Calancha <address@hidden>

    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.
---
 lisp/emacs-lisp/package.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/emacs-lisp/package.el b/lisp/emacs-lisp/package.el
index bef1e8d..7ae7fff 100644
--- a/lisp/emacs-lisp/package.el
+++ b/lisp/emacs-lisp/package.el
@@ -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")
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]