aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/mastodon-tl.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el
index fbee377..690a98e 100644
--- a/lisp/mastodon-tl.el
+++ b/lisp/mastodon-tl.el
@@ -2346,8 +2346,8 @@ This location is defined by a non-nil value of
(goto-char (or mastodon-tl--update-point (point-min)))
(funcall update-function json)
(when mastodon-tl--after-update-marker
- (goto-char mastodon-tl--after-update-marker))))
- (message "nothing to update")))))
+ (goto-char mastodon-tl--after-update-marker)))
+ (message "nothing to update"))))))
;;; LOADING TIMELINES