diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2021-01-10 15:01:10 +0100 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2021-01-15 06:47:48 -0400 |
| commit | 9b5fd49ab2af70e75284c8df6c3d9765b6f22a76 (patch) | |
| tree | 0230c2f67147ebfa6a5f529c717c16693677e8d6 | |
| parent | 371f481d93073cad23f7ce8579a83a4db09147ef (diff) | |
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.
| -rw-r--r-- | emacs/notmuch-tree.el | 1 |
1 files changed, 0 insertions, 1 deletions
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 |
