aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-widget.el
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus@disroot.org>2024-10-30 14:57:51 +0100
committermarty hiatt <martianhiatus@disroot.org>2024-10-30 14:57:51 +0100
commit2b281fcc49957fc779c0bff0a1807c4beb2ef376 (patch)
treea1633f13a7c3cd36cce91041d36b91cb34f4a2e7 /lisp/mastodon-widget.el
parentdb0e6bdf54833df7ca89afe7341bd89e2e689f7b (diff)
byte-compile
Diffstat (limited to 'lisp/mastodon-widget.el')
-rw-r--r--lisp/mastodon-widget.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/mastodon-widget.el b/lisp/mastodon-widget.el
index a326800..a576672 100644
--- a/lisp/mastodon-widget.el
+++ b/lisp/mastodon-widget.el
@@ -45,7 +45,8 @@ Note that such modes will need to require wid-edit.")
(defface mastodon-widget-face
'((t :inherit font-lock-function-name-face :weight bold :underline t))
- "Face for widgets.")
+ "Face for widgets."
+ :group 'mastodon)
(defun mastodon-widget--return-item-widgets (list)
"Return a list of item widgets for each item, a string, in LIST."