diff options
author | mousebot <mousebot@riseup.net> | 2021-05-16 15:26:35 +0200 |
---|---|---|
committer | mousebot <mousebot@riseup.net> | 2021-05-16 15:27:34 +0200 |
commit | a52f25ce26cd6a9fe8d88d893eb8500ad1292677 (patch) | |
tree | fe577551698e696d636a2bad2ca51883087c4fa9 /lisp/mastodon-tl.el | |
parent | a34f569583ead91893468c4080502b1a89d23988 (diff) |
add new functions to discover menu, and autoloads.
Diffstat (limited to 'lisp/mastodon-tl.el')
-rw-r--r-- | lisp/mastodon-tl.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el index 435938e..2c9c080 100644 --- a/lisp/mastodon-tl.el +++ b/lisp/mastodon-tl.el @@ -46,6 +46,7 @@ (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") (defvar mastodon-instance-url) (defvar mastodon-toot-timestamp-format) |