From: Stefan Monnier Date: Mon, 24 Nov 2014 17:26:01 +0000 (-0500) Subject: * lisp/vc/vc-hooks.el (vc-state-base-face): Don't override X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~23^2~3423^2~373 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b3b0b0971db990a39d1bf521a5c9dc604111ea89;p=emacs.git * lisp/vc/vc-hooks.el (vc-state-base-face): Don't override mode-line-inactive. --- 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