From 6e68b7051595bf99bade4d3052286f95d606a155 Mon Sep 17 00:00:00 2001 From: mousebot Date: Mon, 14 Feb 2022 16:13:50 +0100 Subject: autoload -search--get-user-info for follow suggestions --- lisp/mastodon-tl.el | 1 + 1 file changed, 1 insertion(+) 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) -- cgit v1.2.3