From 432733de2d102274c158c7c01a96f1bbd45c4486 Mon Sep 17 00:00:00 2001 From: Craig Earls Date: Sun, 28 Feb 2016 18:30:25 -0700 Subject: Globally changed set-text-properties to use 'font-lock-face vice 'face. This was a compatibility problem with spacemacs. --- lisp/ledger-xact.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/ledger-xact.el') 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)) -- cgit v1.2.3