aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-tl.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/mastodon-tl.el')
-rw-r--r--lisp/mastodon-tl.el16
1 files changed, 8 insertions, 8 deletions
diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el
index ecaeff4..d90a759 100644
--- a/lisp/mastodon-tl.el
+++ b/lisp/mastodon-tl.el
@@ -39,14 +39,14 @@
(autoload 'mastodon-media--get-media-link-rendering "mastodon-media")
(autoload 'mastodon-media--inline-images "mastodon-media")
(autoload 'mastodon-mode "mastodon")
-(autoload 'mastodon-profile--account-from-id "mastodon.el-profile.el")
-(autoload 'mastodon-profile--make-author-buffer "mastodon-profile.el")
-(autoload 'mastodon-profile--search-account-by-handle "mastodon.el-profile.el")
+(autoload 'mastodon-profile--account-from-id "mastodon-profile")
+(autoload 'mastodon-profile--make-author-buffer "mastodon-profile")
+(autoload 'mastodon-profile--search-account-by-handle "mastodon-profile")
;; mousebot adds
-(autoload 'mastodon-profile--toot-json "mastodon-profile.el")
-(autoload 'mastodon-profile--account-field "mastodon-profile.el")
-(autoload 'mastodon-profile--extract-users-handles "mastodon-profile.el")
-(autoload 'mastodon-profile--my-profile "mastodon-profile.el")
+(autoload 'mastodon-profile--toot-json "mastodon-profile")
+(autoload 'mastodon-profile--account-field "mastodon-profile")
+(autoload 'mastodon-profile--extract-users-handles "mastodon-profile")
+(autoload 'mastodon-profile--my-profile "mastodon-profile")
(autoload 'mastodon-toot--delete-toot "mastodon-toot")
(autoload 'mastodon-http--post "mastodon-http")
(autoload 'mastodon-http--triage "mastodon-http")
@@ -55,7 +55,7 @@
(defvar mastodon-instance-url)
(defvar mastodon-toot-timestamp-format)
-(defvar shr-use-fonts) ;; need to declare it since Emacs24 didn't have this
+(defvar shr-use-fonts) ;; declare it since Emacs24 didn't have this
(defgroup mastodon-tl nil
"Timelines in Mastodon."