* lisp/vc/vc-hooks.el (vc-state-base-face): Don't override
mode-line-inactive.
This commit is contained in:
parent
87ac437437
commit
b3b0b0971d
2 changed files with 6 additions and 1 deletions
|
@ -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'.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue