aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormousebot <mousebot@riseup.net>2022-02-14 16:13:50 +0100
committermousebot <mousebot@riseup.net>2022-02-14 16:13:50 +0100
commit6e68b7051595bf99bade4d3052286f95d606a155 (patch)
tree28b6d437552b36b9c2387d6d7e60ffcbba848400
parent59105e9e8cd06ad3621f263084461d0a5a5a4d63 (diff)
autoload -search--get-user-info for follow suggestions
-rw-r--r--lisp/mastodon-tl.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el
index e33aadf..f3c3527 100644
--- a/lisp/mastodon-tl.el
+++ b/lisp/mastodon-tl.el
@@ -63,6 +63,7 @@
(autoload 'mastodon-notifications--get "mastodon-notifications"
"Display NOTIFICATIONS in buffer." t) ; interactive
(autoload 'mastodon-search--insert-users-propertized "mastodon-search")
+(autoload 'mastodon-search--get-user-info "mastodon-search")
(when (require 'mpv nil :no-error)
(declare-function mpv-start "mpv"))
(defvar mastodon-instance-url)