diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-02-18 22:41:47 +0100 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-02-18 22:41:47 +0100 |
commit | 1485cc793881fb71245886c346e6d1883c068c26 (patch) | |
tree | 8c0d3fa6c790d9259dbbc0b8b4dd0f77a36cac78 | |
parent | efd1b9d64e25c475c09f7a25b34d6c7ce1e2e945 (diff) | |
parent | a75f120f0c2f61a6f0e1b9318f9a18134b831de2 (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 2371a7c..96b8311 100644 --- a/lisp/mastodon-tl.el +++ b/lisp/mastodon-tl.el @@ -2781,7 +2781,7 @@ when showing followers or accounts followed." ;; 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! - (let (link-header (mastodon-tl--link-header)) + (let ((link-header (mastodon-tl--link-header))) (if (> 2 (length link-header)) (error "No next page") (let* ((next (car link-header)) |