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-fontify.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/ledger-fontify.el') 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) -- cgit v1.2.3