diff options
author | marty hiatt <martianhiatus@riseup.net> | 2024-02-22 10:31:25 +0100 |
---|---|---|
committer | marty hiatt <martianhiatus@riseup.net> | 2024-02-22 10:31:25 +0100 |
commit | 45e59eab514c11c69e5d0e619de967442ce1fddc (patch) | |
tree | bb13707647d038ef1a903ea401247011fe1f4df4 /lisp/mastodon-toot.el | |
parent | 5977495b8a7d2782b36723289e805f018375275b (diff) |
make byte-compiler happier
Diffstat (limited to 'lisp/mastodon-toot.el')
-rw-r--r-- | lisp/mastodon-toot.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/mastodon-toot.el b/lisp/mastodon-toot.el index 7ff3c34..e414552 100644 --- a/lisp/mastodon-toot.el +++ b/lisp/mastodon-toot.el @@ -155,7 +155,8 @@ If the original toot visibility is different we use the more restricted one." :type 'boolean) (defcustom mastodon-toot--emojify-in-compose-buffer nil - "Whether to enable `emojify' in the compose buffer.") + "Whether to enable `emojify' in the compose buffer." + :type 'boolean) (defcustom mastodon-toot--proportional-fonts-compose nil "Nonnil to enable using proportional fonts in the compose buffer. |