summaryrefslogtreecommitdiff
path: root/lisp/ledger-xact.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ledger-xact.el')
-rw-r--r--lisp/ledger-xact.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ledger-xact.el b/lisp/ledger-xact.el
index f3721e9e..636330e2 100644
--- a/lisp/ledger-xact.el
+++ b/lisp/ledger-xact.el
@@ -54,7 +54,7 @@
(defun ledger-highlight-make-overlay ()
(let ((ovl (make-overlay 1 1)))
- (overlay-put ovl 'face 'ledger-font-xact-highlight-face)
+ (overlay-put ovl 'font-lock-face 'ledger-font-xact-highlight-face)
(overlay-put ovl 'priority '(nil . 99))
ovl))