]> git.eshelyaron.com Git - emacs.git/commit
Fix a problem with restarting 'tags-search'
authorEli Zaretskii <eliz@gnu.org>
Sun, 6 Jun 2021 12:29:18 +0000 (15:29 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sun, 6 Jun 2021 12:29:18 +0000 (15:29 +0300)
commitfc37483617e09fb901c075dd20cfb7b2c2a165fe
tree921d3fbbb5bd39e550a845a05a23a931afaa833e
parent0f9d8c9381f12a5ddcbf749a8e8238d7f9080497
Fix a problem with restarting 'tags-search'

* lisp/progmodes/etags.el (tags-search, tags-query-replace): Link
to 'fileloop-continue' instead of 'tags-loop-continue', for
continuing TAGS-based search/replace commands.

* lisp/fileloop.el (fileloop-continue): Reset
'switch-to-buffer-preserve-window-point' to nil when switching to
another buffer, so as to make sure a new search always restarts
from point-min in each buffer it searches.  (Bug#48628)
lisp/fileloop.el
lisp/progmodes/etags.el