value for `whitespace-line' face.
Fixes: debbugs:13875
+2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
+
+ * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
+ value for `whitespace-line' face (Bug#13875).
+
2013-03-19 Leo Liu <sdl.web@gmail.com>
* progmodes/compile.el (compilation-display-error): New command.
,(if (memq 'lines whitespace-active-style)
0 ; whole line
2) ; line tail
- whitespace-line t)))
+ whitespace-line prepend)))
,@(when (or (memq 'space-before-tab whitespace-active-style)
(memq 'space-before-tab::tab whitespace-active-style)
(memq 'space-before-tab::space whitespace-active-style))