]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/notmuch-lib.el
emacs: make notmuch-search-interactive-region obsolete
[notmuch] / emacs / notmuch-lib.el
index 7fc342a567f336b6f9e69c8aee24af412d9ccc5d..8acad267fc50eed0031be07f635ef69b95c9e92e 100644 (file)
@@ -1017,6 +1017,11 @@ region if the region is active, or both `point' otherwise."
       (list (region-beginning) (region-end))
     (list (point) (point))))
 
+(define-obsolete-function-alias
+    'notmuch-search-interactive-region
+    'notmuch-interactive-region
+  "notmuch 0.29")
+
 (provide 'notmuch-lib)
 
 ;; Local Variables: