aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-views.el
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2023-08-27 22:46:33 -0400
committerStefan Monnier <monnier@iro.umontreal.ca>2023-08-29 15:33:55 -0400
commit1818aeffdc95b099fe22d2b3d444e6cdcdc28b28 (patch)
treee38a44f1d74bbe4b8957a5c1289f6716eda36cf1 /lisp/mastodon-views.el
parentd2a893484d68945f8535d36e7e14081f8c151b5e (diff)
Don't refer to obsolete font-lock face variables
* lisp/mastodon-profile.el (mastodon-profile--update-user-profile-note): * lisp/mastodon-tl.el (mastodon-tl--byline, mastodon-tl--toot-stats): * lisp/mastodon-toot.el (mastodon-toot--view-toot-edits): * lisp/mastodon-views.el (mastodon-views--minor-view): Quote face names.
Diffstat (limited to 'lisp/mastodon-views.el')
-rw-r--r--lisp/mastodon-views.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon-views.el b/lisp/mastodon-views.el
index 00b9467..ad36664 100644
--- a/lisp/mastodon-views.el
+++ b/lisp/mastodon-views.el
@@ -177,7 +177,7 @@ provides the JSON data."
(if (seq-empty-p data)
(insert (propertize
(format "Looks like you have no %s for now." view-name)
- 'face font-lock-comment-face
+ 'face 'font-lock-comment-face
'byline t
'toot-id "0")) ; so point can move here when no item
(funcall insert-fun data)