From: Leo Vivier Date: Wed, 22 May 2019 14:46:04 +0000 (+0200) Subject: Update obsolete function in example X-Git-Url: https://git.cworth.org/git?p=notmuch-wiki;a=commitdiff_plain;h=ef658d2b34deac241229b1e80de2566765472ba3 Update obsolete function in example --- diff --git a/emacstips.mdwn b/emacstips.mdwn index 3bf06fd..2269cb7 100644 --- a/emacstips.mdwn +++ b/emacstips.mdwn @@ -94,7 +94,7 @@ above. To get this behaviour on 0.17+ do the following: (define-key notmuch-search-mode-map "S" (lambda (&optional beg end) "mark thread as spam" - (interactive (notmuch-search-interactive-region)) + (interactive (notmuch-interactive-region)) (notmuch-search-tag (list "+spam" "-inbox") beg end))) The analogous functionality in notmuch-tree is currently missing.