summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Vivier <leo.vivier@gmail.com>2019-05-22 16:46:04 +0200
committerLeo Vivier <leo.vivier@gmail.com>2019-05-22 16:47:39 +0200
commitef658d2b34deac241229b1e80de2566765472ba3 (patch)
treef68be31182ae395c54f2cc7edbc52b81dc4ac268
parent8bf95525c058d8265be9357f6bdeeed2a7b331bd (diff)
Update obsolete function in example
-rw-r--r--emacstips.mdwn2
1 files changed, 1 insertions, 1 deletions
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.