From: Jonas Bernoulli Date: Sun, 10 Jan 2021 14:01:10 +0000 (+0100) Subject: emacs: notmuch-tree-get-match: No longer define as command X-Git-Tag: 0.32_rc0~129 X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=9b5fd49ab2af70e75284c8df6c3d9765b6f22a76;hp=371f481d93073cad23f7ce8579a83a4db09147ef;p=notmuch emacs: notmuch-tree-get-match: No longer define as command When called from code, then this function returns non-nil when the message at point is a matched message. However it does nothing at all to present that information to the user when it called interactively. It is therefore safe to conclude that nobody is using this as a command. --- diff --git a/emacs/notmuch-tree.el b/emacs/notmuch-tree.el index 95d5f642..13007a13 100644 --- a/emacs/notmuch-tree.el +++ b/emacs/notmuch-tree.el @@ -421,7 +421,6 @@ Some useful entries are: (defun notmuch-tree-get-match () "Return whether the current message is a match." - (interactive) (notmuch-tree-get-prop :match)) ;;; Update display