aboutsummaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/mastodon-tl.el2
-rw-r--r--lisp/mastodon-toot.el1
2 files changed, 1 insertions, 2 deletions
diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el
index a567544..b2b7d27 100644
--- a/lisp/mastodon-tl.el
+++ b/lisp/mastodon-tl.el
@@ -1745,7 +1745,7 @@ view all branches of a thread."
;; print re-fetched toot:
(mastodon-tl--toot toot :detailed-p)
(mastodon-tl--timeline (alist-get 'descendants context))
- ;; put point at the toot:
+ ;; put point at the toot:
(goto-char (marker-position marker))
(mastodon-tl--goto-next-toot))))
;; else just print the lone toot:
diff --git a/lisp/mastodon-toot.el b/lisp/mastodon-toot.el
index 2508a21..474337b 100644
--- a/lisp/mastodon-toot.el
+++ b/lisp/mastodon-toot.el
@@ -839,7 +839,6 @@ instance to edit a toot."
(mastodon-http--triage
response
(lambda ()
- (setq masto-poll-toot-response response)
(mastodon-toot--kill)
(if scheduled
(message "Toot scheduled!")