]> git.cworth.org Git - notmuch-wiki/commitdiff
Update obsolete function in example
authorLeo Vivier <leo.vivier@gmail.com>
Wed, 22 May 2019 14:46:04 +0000 (16:46 +0200)
committerLeo Vivier <leo.vivier@gmail.com>
Wed, 22 May 2019 14:47:39 +0000 (16:47 +0200)
emacstips.mdwn

index 3bf06fd7f5939dc5750f78a10013f04b2f6e6436..2269cb7739892cf9d63ff01315e6bf7e3e818d56 100644 (file)
@@ -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.