diff options
author | mousebot <mousebot@riseup.net> | 2021-10-28 17:51:43 +0200 |
---|---|---|
committer | mousebot <mousebot@riseup.net> | 2021-10-28 17:51:43 +0200 |
commit | 5c4da2fa589e930a25c18363f1f0ace50635786c (patch) | |
tree | 6b0eda05bf8550976f2ac574de049cfba2db3c5f /lisp/mastodon.el | |
parent | 36f9fe238b778d76809facd3d66120c2166f2c30 (diff) | |
parent | 998bfd60ed0ad1c4de161dd9a32c7786ee34b48a (diff) |
Merge branch 'develop' into imgcaching
Diffstat (limited to 'lisp/mastodon.el')
-rw-r--r-- | lisp/mastodon.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/mastodon.el b/lisp/mastodon.el index 7f4b773..25fb829 100644 --- a/lisp/mastodon.el +++ b/lisp/mastodon.el @@ -77,6 +77,7 @@ ;; (autoload 'mastodon-async--stream-local "mastodon-async") ;; (autoload 'mastodon-async--stream-home "mastodon-async") ;; (autoload 'mastodon-async--stream-notifications "mastodon-async") +;; (autoload 'mastodon-async-mode "mastodon-async") (autoload 'mastodon-profile--update-user-profile-note "mastodon-profile") (autoload 'mastodon-auth--user-acct "mastodon-auth") (autoload 'mastodon-tl--poll-vote "mastodon-http") |