* lisp/vc/vc-hooks.el (vc-state-base-face): Don't override

mode-line-inactive.
This commit is contained in:
Stefan Monnier 2014-11-24 12:26:01 -05:00
parent 87ac437437
commit b3b0b0971d
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2014-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
* vc/vc-hooks.el (vc-state-base-face): Don't override
mode-line-inactive.
2014-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
* net/eww.el (eww-set-character-encoding): Use `read-coding-system'.

View file

@ -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