diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/mastodon-profile.el | 8 | 
1 files changed, 1 insertions, 7 deletions
| diff --git a/lisp/mastodon-profile.el b/lisp/mastodon-profile.el index 175af06..183efbb 100644 --- a/lisp/mastodon-profile.el +++ b/lisp/mastodon-profile.el @@ -61,15 +61,11 @@  (autoload 'mastodon-tl--buffer-type-eq "mastodon tl")  (autoload 'mastodon-tl--byline-author "mastodon-tl.el")  (autoload 'mastodon-tl--find-property-range "mastodon-tl.el") -(autoload 'mastodon-tl--get-endpoint "mastodon-tl.el")  (autoload 'mastodon-tl--get-link-header-from-response "mastodon-tl") -(autoload 'mastodon-tl--goto-first-item "mastodon-tl") -(autoload 'mastodon-tl--goto-next-item "mastodon-tl") -(autoload 'mastodon-tl--goto-next-toot "mastodon-tl.el") -(autoload 'mastodon-tl--goto-prev-item "mastodon-tl")  (autoload 'mastodon-tl--init "mastodon-tl.el")  (autoload 'mastodon-tl--interactive-user-handles-get "mastodon-tl")  (autoload 'mastodon-tl--map-alist "mastodon-tl") +(autoload 'mastodon-tl--map-alist-vals-to-alist "mastodon-tl")  (autoload 'mastodon-tl--profile-buffer-p "mastodon tl")  (autoload 'mastodon-tl--property "mastodon-tl.el")  (autoload 'mastodon-tl--render-text "mastodon-tl.el") @@ -79,11 +75,9 @@  (autoload 'mastodon-tl--timeline "mastodon-tl.el")  (autoload 'mastodon-tl--toot "mastodon-tl")  (autoload 'mastodon-tl--toot-id "mastodon-tl") -(autoload 'mastodon-toot "mastodon")  (autoload 'mastodon-toot--count-toot-chars "mastodon-toot")  (autoload 'mastodon-toot--get-max-toot-chars "mastodon-toot")  (autoload 'mastodon-views--add-account-to-list "mastodon-views") -(autoload 'mastodon-tl--map-alist-vals-to-alist "mastodon-tl")  (defvar mastodon-tl--update-point)  (defvar mastodon-toot--max-toot-chars) | 
