diff options
author | marty hiatt <martianhiatus@riseup.net> | 2024-07-01 21:49:46 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus@riseup.net> | 2024-07-01 21:49:59 +0200 |
commit | 92e1e7b991d06e83aa5bf22911d18019391aa3db (patch) | |
tree | 45da60d9c80b077002d040d6c592a4a282ac774a /lisp/mastodon-tl.el | |
parent | 9b1b08c9b32eaec12c952437a5657e78b84c25cc (diff) |
move/rename with-toot-item
Diffstat (limited to 'lisp/mastodon-tl.el')
-rw-r--r-- | lisp/mastodon-tl.el | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el index 41ecd85..2574a0f 100644 --- a/lisp/mastodon-tl.el +++ b/lisp/mastodon-tl.el @@ -339,14 +339,6 @@ than `pop-to-buffer'." (message "Looks like there's no item at point?") ,@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)) - `(if (not (equal 'toot (mastodon-tl--property 'item-type :no-move))) - (message "Looks like there's no toot at point?") - ,@body)) - ;;; NAV |