branch: elpa/fedi
commit 038b3cffabc7e2a790319590ac1513132716a6dc
Author: marty hiatt <[email protected]>
Commit: marty hiatt <[email protected]>
flycheck
---
fedi.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fedi.el b/fedi.el
index ac12e4c5658..e60f4b77302 100644
--- a/fedi.el
+++ b/fedi.el
@@ -360,7 +360,7 @@ NAME is not part of the symbol table, '?' is returned."
(defun fedi-font-lock-comment (&rest strs)
"Font lock comment face STRS."
(propertize (mapconcat #'identity strs "")
- 'face font-lock-comment-face))
+ 'face 'font-lock-comment-face))
(defun fedi-thing-json ()
"Get json of thing at point, comment, post, community or user."