aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/unicode-tokens.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/unicode-tokens.el b/lib/unicode-tokens.el
index f9972aea..b52d035a 100644
--- a/lib/unicode-tokens.el
+++ b/lib/unicode-tokens.el
@@ -936,7 +936,7 @@ Starts from point."
(forward-line -1) (point))
(point))
'face
- '(background-color . "gray90")))
+ 'header-line))
(insert " "))
(incf count)
(if (null toks)
@@ -963,7 +963,7 @@ Starts from point."
(if (setq grey (not grey))
(overlay-put (make-overlay start (point))
'face
- '(background-color . "gray90"))))))))
+ 'header-line)))))))
(defalias 'unicode-tokens-list-unicode-chars 'unicode-chars-list-chars)