diff options
Diffstat (limited to 'lisp/mastodon-tl.el')
-rw-r--r-- | lisp/mastodon-tl.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el index d86135d..4865b4f 100644 --- a/lisp/mastodon-tl.el +++ b/lisp/mastodon-tl.el @@ -39,6 +39,7 @@ (autoload 'mastodon-media--get-media-link-rendering "mastodon-media") (autoload 'mastodon-media--inline-images "mastodon-media") (autoload 'mastodon-mode "mastodon") +(defvar mastodon-instance-url) (defvar mastodon-toot-timestamp-format) (defvar shr-use-fonts) ;; need to declare it since Emacs24 didn't have this @@ -392,7 +393,6 @@ links in the text." keymap (help-echo (get-text-property start 'help-echo)) extra-properties - (parsed-url (url-generic-parse-url url)) (toot-url (mastodon-tl--field 'url toot)) (toot-url (when toot-url (url-generic-parse-url toot-url))) (toot-instance-url (if toot-url |