emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 01/01: * lisp/vc/vc-hooks.el (vc-state-base-face):


From: Stefan Monnier
Subject: [Emacs-diffs] master 01/01: * lisp/vc/vc-hooks.el (vc-state-base-face): Don't override mode-line-inactive.
Date: Mon, 24 Nov 2014 17:26:08 +0000

branch: master
commit b3b0b0971db990a39d1bf521a5c9dc604111ea89
Author: Stefan Monnier <address@hidden>
Date:   Mon Nov 24 12:26:01 2014 -0500

    * lisp/vc/vc-hooks.el (vc-state-base-face): Don't override
    mode-line-inactive.
---
 lisp/ChangeLog      |    5 +++++
 lisp/vc/vc-hooks.el |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index bb25996..35141b6 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2014-11-24  Stefan Monnier  <address@hidden>
+
+       * vc/vc-hooks.el (vc-state-base-face): Don't override
+       mode-line-inactive.
+
 2014-11-24  Lars Magne Ingebrigtsen  <address@hidden>
 
        * net/eww.el (eww-set-character-encoding): Use `read-coding-system'.
diff --git a/lisp/vc/vc-hooks.el b/lisp/vc/vc-hooks.el
index a084f9d..9a277db 100644
--- a/lisp/vc/vc-hooks.el
+++ b/lisp/vc/vc-hooks.el
@@ -41,7 +41,7 @@
   :version "25.1")
 
 (defface vc-state-base-face
-  '((default :inherit mode-line))
+  '((default))
   "Base face for VC state indicator."
   :group 'vc-faces
   :group 'mode-line



reply via email to

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