From 8eda8fb5fa7bcca5de083a5d9841a0942281a432 Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Sun, 15 Oct 2023 13:52:03 +0200 Subject: fix rename do-if-item-strict --- lisp/mastodon-tl.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el index ac00079..27375c3 100644 --- a/lisp/mastodon-tl.el +++ b/lisp/mastodon-tl.el @@ -303,7 +303,7 @@ than `switch-to-buffer'." (message "Looks like there's no item at point?") ,@body)) -(defmacro mastodon-tl--do-if-toot-strict (&rest body) +(defmacro mastodon-tl--do-if-item-strict (&rest body) "Execute BODY if we have a toot object at point. Includes boosts, and notifications that display toots." (declare (debug t)) -- cgit v1.2.3