aboutsummaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus [a t] riseup [d o t] net>2023-10-15 13:52:03 +0200
committermarty hiatt <martianhiatus [a t] riseup [d o t] net>2023-10-15 13:52:03 +0200
commit8eda8fb5fa7bcca5de083a5d9841a0942281a432 (patch)
tree78bf7396d58996d61209aa7e669b76115f9959e2 /lisp
parentd19cc98b57b481515631fa47d62216e4370adbb6 (diff)
fix rename do-if-item-strict
Diffstat (limited to 'lisp')
-rw-r--r--lisp/mastodon-tl.el2
1 files changed, 1 insertions, 1 deletions
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))