X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-lib.el;h=8acad267fc50eed0031be07f635ef69b95c9e92e;hb=7eb9615b30274033cc0c828244569c709906c40b;hp=7fc342a567f336b6f9e69c8aee24af412d9ccc5d;hpb=f3cba19f882471a396a6b6175a709ccd1f6f34a0;p=notmuch diff --git a/emacs/notmuch-lib.el b/emacs/notmuch-lib.el index 7fc342a5..8acad267 100644 --- a/emacs/notmuch-lib.el +++ b/emacs/notmuch-lib.el @@ -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: