aboutsummaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/mastodon-tl.el2
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))