diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-02-18 22:37:36 +0100 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-02-18 22:37:36 +0100 |
commit | efd1b9d64e25c475c09f7a25b34d6c7ce1e2e945 (patch) | |
tree | 01d9490f190c217fd693e3ecfe296125f278d14d | |
parent | 08e0252d76adff14d0d3e3bdd236c774198ab2db (diff) | |
parent | 8c2ed534a61b036b580a5932dc4e83979a6bcdba (diff) |
Merge branch 'develop' into buffer-type
-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 5accc58..2371a7c 100644 --- a/lisp/mastodon-tl.el +++ b/lisp/mastodon-tl.el @@ -2780,7 +2780,7 @@ when showing followers or accounts followed." (if (mastodon-tl--use-link-header-p) ;; link-header: can't build a URL with --more-json-async, endpoint/id: ;; ensure we have a "next" type here, otherwise the CAR will be the - ;; "prev type!" + ;; "prev" type! (let (link-header (mastodon-tl--link-header)) (if (> 2 (length link-header)) (error "No next page") |