mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
emacs: make notmuch-search-interactive-region obsolete
`notmuch-search-interactive-region' was moved to notmuch-lib.el in
f3cba19f88
and renamed to
`notmuch-interactive-region' without making the old function
obsolete, thereby breaking user-commands which made use of it.
This commit marks the function as obsolete and makes it an alias for
the new function.
This commit is contained in:
parent
97939170b3
commit
46ab6013a2
1 changed files with 5 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue