]> git.eshelyaron.com Git - emacs.git/commit
Add back occur-mode-find-occurrence for compatibility (bug#39121)
authorMattias Engdegård <mattiase@acm.org>
Sun, 25 Jul 2021 13:55:50 +0000 (15:55 +0200)
committerMattias Engdegård <mattiase@acm.org>
Sun, 25 Jul 2021 14:40:59 +0000 (16:40 +0200)
commit697341d7fd80091a4243a813e2aecc07fd49b10c
tree7098af296b2673bba96fb79118280dd84bad6b5c
parent41a55a330f518254da795719ac6e3085254d4110
Add back occur-mode-find-occurrence for compatibility (bug#39121)

* lisp/replace.el (occur-mode-find-occurrence):
Put back (an emulation of) the previously removed function.
It is used internally in eshell and in some external code.

Problem found by Basil Contovounesios.
lisp/replace.el