From b3b0b0971db990a39d1bf521a5c9dc604111ea89 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Mon, 24 Nov 2014 12:26:01 -0500 Subject: [PATCH] * 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 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index bb25996ffca..35141b6557e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2014-11-24 Stefan Monnier + + * vc/vc-hooks.el (vc-state-base-face): Don't override + mode-line-inactive. + 2014-11-24 Lars Magne Ingebrigtsen * 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 a084f9da73a..9a277db8e0f 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 -- 2.39.5