diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-03-27 12:17:03 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-03-27 12:17:03 +0200 |
commit | 3a3371d7f98f3097fb2b294b3a409d2a0d0f1bb8 (patch) | |
tree | 3346edcc06bfad9e2404b1d6314ad3d26ae9c494 /lisp/mastodon-tl.el | |
parent | 693a6ea36a4701fe254000a7c9b3046519574f50 (diff) |
tl--update: make message the else clause of if json (parens)
Diffstat (limited to 'lisp/mastodon-tl.el')
-rw-r--r-- | lisp/mastodon-tl.el | 4 |
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 |