From f0670d18c38051b6b950d6569aa61c9f54f35df8 Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Tue, 30 May 2023 13:06:55 +0200 Subject: don't dbl quote video overlay font --- lisp/mastodon-media.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/mastodon-media.el b/lisp/mastodon-media.el index 12d51a1..5ccc3c4 100644 --- a/lisp/mastodon-media.el +++ b/lisp/mastodon-media.el @@ -284,7 +284,7 @@ Replace them with the referenced image." (propertize "" 'help-echo "Video" 'face - '((:height 3.5 :inherit 'font-lock-comment-face)))))) + '((:height 3.5 :inherit font-lock-comment-face)))))) ;; (cl-pushnew ov mastodon-media--overlays))) (defun mastodon-media--get-avatar-rendering (avatar-url) -- cgit v1.2.3