From ef658d2b34deac241229b1e80de2566765472ba3 Mon Sep 17 00:00:00 2001
From: Leo Vivier <leo.vivier@gmail.com>
Date: Wed, 22 May 2019 16:46:04 +0200
Subject: [PATCH] Update obsolete function in example

---
 emacstips.mdwn | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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.
-- 
2.45.2