aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/mastodon.el')
-rw-r--r--lisp/mastodon.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon.el b/lisp/mastodon.el
index 42d9707..24a6b4c 100644
--- a/lisp/mastodon.el
+++ b/lisp/mastodon.el
@@ -358,7 +358,7 @@ from the server and load anew."
'mastodon-notifications--timeline
type
(when max-id
- `("max_id" . ,(mastodon-tl--buffer-property 'max-id))))
+ `(("max_id" . ,(mastodon-tl--buffer-property 'max-id)))))
(with-current-buffer buffer
(use-local-map mastodon-notifications--map)))))