aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon.el
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2023-08-27 22:52:11 -0400
committerStefan Monnier <monnier@iro.umontreal.ca>2023-08-27 22:54:34 -0400
commit5640de5f2ee5875313e239c0f4237454e027913c (patch)
tree2507fb746c9907c05fbb4d76c4c71154db87a263 /lisp/mastodon.el
parentf646c2d5128db8f64c580c9d1133c7e445840800 (diff)
Misc minor cosmetic changes
Prefer # to quote function names. Remove some redundant `:group` arguments. Properly newline-terminate text files. Fix some ' warnings in docstrings.
Diffstat (limited to 'lisp/mastodon.el')
-rw-r--r--lisp/mastodon.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/lisp/mastodon.el b/lisp/mastodon.el
index 1c5e0d5..af16579 100644
--- a/lisp/mastodon.el
+++ b/lisp/mastodon.el
@@ -224,8 +224,7 @@ Use. e.g. \"%c\" for your locale's date and time format."
(defcustom mastodon-mode-hook nil
"Hook run when entering Mastodon mode."
:type 'hook
- :options '(provide-discover-context-menu)
- :group 'mastodon)
+ :options '(provide-discover-context-menu))
(defface mastodon-handle-face
'((t :inherit default))
@@ -427,7 +426,6 @@ Calls `mastodon-tl--get-buffer-type', which see."
(define-derived-mode mastodon-mode special-mode "Mastodon"
"Major mode for Mastodon, the federated microblogging network."
- :group 'mastodon
(read-only-mode 1))
(provide 'mastodon)