summaryrefslogtreecommitdiff
path: root/lisp/ledger-xact.el
diff options
context:
space:
mode:
authorCraig Earls <enderw88@gmail.com>2016-02-28 18:30:25 -0700
committerCraig Earls <enderw88@gmail.com>2016-02-28 18:30:25 -0700
commit432733de2d102274c158c7c01a96f1bbd45c4486 (patch)
tree486c735dca092ea9698460ff9660168bace3b2f2 /lisp/ledger-xact.el
parentb7f84d69001f75a18807772dee514f5918e3a926 (diff)
downloadledger-432733de2d102274c158c7c01a96f1bbd45c4486.tar.gz
ledger-432733de2d102274c158c7c01a96f1bbd45c4486.tar.bz2
ledger-432733de2d102274c158c7c01a96f1bbd45c4486.zip
Globally changed set-text-properties to use 'font-lock-face vice 'face. This was a compatibility problem with spacemacs.
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))