emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/mastodon b86d546cbe 25/52: fix do-if-item comment: doesn't


From: ELPA Syncer
Subject: [nongnu] elpa/mastodon b86d546cbe 25/52: fix do-if-item comment: doesn't inc. tags, corrent for our use
Date: Mon, 30 Oct 2023 16:01:26 -0400 (EDT)

branch: elpa/mastodon
commit b86d546cbe38c3eec0516e872009f13a3f80750d
Author: marty hiatt <martianhiatus [a t] riseup [d o t] net>
Commit: marty hiatt <martianhiatus [a t] riseup [d o t] net>

    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(-)

diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el
index 27375c3237..e25b57ca2c 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))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]