]> git.eshelyaron.com Git - emacs.git/commit
xref-location-marker: Use find-file-noselect to ensure uptodateness
authorDmitry Gutov <dmitry@gutov.dev>
Thu, 3 Oct 2024 19:03:09 +0000 (22:03 +0300)
committerEshel Yaron <me@eshelyaron.com>
Fri, 4 Oct 2024 10:11:30 +0000 (12:11 +0200)
commita8f644c194ffce4a1de44f099ba985cc02100f93
tree1fb33aca041e903e05f976afa660e8d43857a7e3
parent8088dea0c2895549c1347a9719039116ea7c8b42
xref-location-marker: Use find-file-noselect to ensure uptodateness

* lisp/progmodes/xref.el (xref-location-marker):
Always call 'find-file-noselect' rather than 'get-file-buffer' to
go through the visited-file-modtime verification every time.

(cherry picked from commit a9e36fc3bf811853e152e7ff427a39272cff1a80)
lisp/progmodes/xref.el