diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-03-20 18:13:22 +0100 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-03-20 18:13:40 +0100 |
commit | 8af34c2983073f1effa2623bfa20fae35ea78129 (patch) | |
tree | a4d8592eb784dc53bf94c7152742f19c0d5dcd95 /lisp | |
parent | 7df7f7166dd18a85fcac27e6d7a773e6d4a92fe0 (diff) |
add comment re test
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/mastodon-tl.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el index 7ec5ec4..dc538a9 100644 --- a/lisp/mastodon-tl.el +++ b/lisp/mastodon-tl.el @@ -2408,6 +2408,7 @@ Optional arg NOTE-TYPE means only get that type of note." (current-buffer) nil))) (unless (mastodon-tl--profile-buffer-p) + ;; FIXME: this breaks test (because test has empty buffer) (mastodon-tl--goto-first-item))) buffer))) |