diff options
Diffstat (limited to 'lisp/ledger-fontify.el')
-rw-r--r-- | lisp/ledger-fontify.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ledger-fontify.el b/lisp/ledger-fontify.el index 076e52b7..b06fff2a 100644 --- a/lisp/ledger-fontify.el +++ b/lisp/ledger-fontify.el @@ -193,7 +193,7 @@ Fontify the first line of an xact" (defun ledger-fontify-set-face (extents face) "Set the text in EXTENTS to FACE." - (put-text-property (car extents) (cadr extents) 'face face)) + (put-text-property (car extents) (cadr extents) 'font-lock-face face)) (provide 'ledger-fontify) |