From 647cf33b5fd2b894735cb4ea95b17d97ceff4d5a Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Tue, 21 Mar 2023 15:27:34 +0100 Subject: FIX changing --property arity breaking more/update/next --- lisp/mastodon-tl.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/mastodon-tl.el') diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el index 49ddd94..cbcc685 100644 --- a/lisp/mastodon-tl.el +++ b/lisp/mastodon-tl.el @@ -1601,7 +1601,7 @@ BACKWARD means move backward (up) the timeline." "Return toot-id from the bottom of the buffer." (save-excursion (goto-char (point-max)) - (mastodon-tl--property 'toot-id t))) + (mastodon-tl--property 'toot-id nil :backward))) (defun mastodon-tl--as-string (numeric) "Convert NUMERIC to string." -- cgit v1.2.3