diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-05-30 13:06:55 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-05-30 13:07:37 +0200 |
commit | f0670d18c38051b6b950d6569aa61c9f54f35df8 (patch) | |
tree | 9356723196c515ba3596caebf3299fb1c726e9d6 /lisp/mastodon-media.el | |
parent | a13a7d8f8e45f26e15d9509f5549c1decc9398ce (diff) |
don't dbl quote video overlay font
Diffstat (limited to 'lisp/mastodon-media.el')
-rw-r--r-- | lisp/mastodon-media.el | 2 |
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) |