diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-03-21 15:27:34 +0100 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-03-21 15:27:34 +0100 |
commit | 647cf33b5fd2b894735cb4ea95b17d97ceff4d5a (patch) | |
tree | 50b58878b52eb56e3922a604cfc28e97b7fb9b2d /lisp | |
parent | 08858dcb638f6267752d6b620784d0467fd90e98 (diff) |
FIX changing --property arity breaking more/update/next
Diffstat (limited to 'lisp')
-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 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." |