]> git.eshelyaron.com Git - emacs.git/commit
Widen buffer before going to point found by xref-find-definitions (bug#44294)
authorJuri Linkov <juri@linkov.net>
Thu, 29 Oct 2020 09:09:20 +0000 (11:09 +0200)
committerJuri Linkov <juri@linkov.net>
Thu, 29 Oct 2020 09:09:20 +0000 (11:09 +0200)
commit46b3db5579e57b9daf16667914205adc99d3f104
treecccc3473cab33ee58c0c0821d6179425209f69ef
parentbb3d13ac3586d3577605d3d8809d31c62a267c99
Widen buffer before going to point found by xref-find-definitions (bug#44294)

* lisp/progmodes/elisp-mode.el (xref-location-marker): Widen before going
to the found position.

* lisp/progmodes/etags.el (etags-goto-tag-location): Rerun after removing
narrowing.

* lisp/simple.el (goto-line-read-args): Use buffer-narrowed-p.
lisp/progmodes/elisp-mode.el
lisp/progmodes/etags.el
lisp/simple.el