aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-media.el
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus [a t] riseup [d o t] net>2023-05-30 13:06:55 +0200
committermarty hiatt <martianhiatus [a t] riseup [d o t] net>2023-05-30 13:07:37 +0200
commitf0670d18c38051b6b950d6569aa61c9f54f35df8 (patch)
tree9356723196c515ba3596caebf3299fb1c726e9d6 /lisp/mastodon-media.el
parenta13a7d8f8e45f26e15d9509f5549c1decc9398ce (diff)
don't dbl quote video overlay font
Diffstat (limited to 'lisp/mastodon-media.el')
-rw-r--r--lisp/mastodon-media.el2
1 files changed, 1 insertions, 1 deletions
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)