mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
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.
This commit is contained in:
parent
371f481d93
commit
9b5fd49ab2
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue