diff options
author | Holger Durer <hdurer@google.com> | 2018-03-08 18:06:40 +0000 |
---|---|---|
committer | Johnson Denen <johnson.denen@gmail.com> | 2018-08-10 22:20:04 -0400 |
commit | 967d2835da2a77a0f4935a2392f667e0330608c8 (patch) | |
tree | 692be019e9f4920308ff16bb65154021ec700f54 /lisp/mastodon-inspect.el | |
parent | 45b2a2d5821d27468d32d8fb920de218fb503f46 (diff) |
Clean up code to remove compilation warnings.
We used to be clean but have slipped recently.
Let's clean up the code so it's easier to see real code smell warnings in the compilation.
Diffstat (limited to 'lisp/mastodon-inspect.el')
-rw-r--r-- | lisp/mastodon-inspect.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/mastodon-inspect.el b/lisp/mastodon-inspect.el index 62a91b5..351c92a 100644 --- a/lisp/mastodon-inspect.el +++ b/lisp/mastodon-inspect.el @@ -32,6 +32,7 @@ (autoload 'mastodon-http--get-json "mastodon-http") (autoload 'mastodon-media--inline-images "mastodon-media") (autoload 'mastodon-mode "mastodon") +(autoload 'mastodon-tl--as-string "mastodon-tl") (autoload 'mastodon-tl--property "mastodon-tl") (autoload 'mastodon-tl--toot "mastodon-tl") |