]> git.eshelyaron.com Git - emacs.git/commit
Fix xref to correctly display Windows absolute filenames
authorJuanma Barranquero <lekktu@gmail.com>
Sun, 27 Nov 2022 11:32:04 +0000 (12:32 +0100)
committerJuanma Barranquero <lekktu@gmail.com>
Sun, 27 Nov 2022 13:20:22 +0000 (14:20 +0100)
commit41d2365d58119421439ddedd16d11c53447b09fc
treed7d6f0f45768673f6a2bf2e1eff9eac2baad91d2
parentbacba02e5c7fe69e79c9ba3d65de851f8ccb86bb
Fix xref to correctly display Windows absolute filenames

* lisp/progmodes/xref.el (xref--group-name-for-display):
Use `file-name-absolute-p' instead of faking it. (Discussed
in bug#59628.)
lisp/progmodes/xref.el