From b86d546cbe38c3eec0516e872009f13a3f80750d Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Sun, 15 Oct 2023 14:05:10 +0200 Subject: fix do-if-item comment: doesn't inc. tags, corrent for our use --- lisp/mastodon-tl.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp') diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el index 27375c3..e25b57c 100644 --- a/lisp/mastodon-tl.el +++ b/lisp/mastodon-tl.el @@ -299,7 +299,7 @@ than `switch-to-buffer'." "Execute BODY if we have an item at point." (declare (debug t)) `(if (and (not (mastodon-tl--profile-buffer-p)) - (not (mastodon-tl--property 'item-json))) ; includes users, hashtags + (not (mastodon-tl--property 'item-json))) ; includes users but not tags (message "Looks like there's no item at point?") ,@body)) -- cgit v1.2.3