]> git.eshelyaron.com Git - emacs.git/commit
Re-type the :location slot in `xref-match-item` to `xref-location`
authorMattias Engdegård <mattiase@acm.org>
Sat, 21 Aug 2021 09:05:57 +0000 (11:05 +0200)
committerMattias Engdegård <mattiase@acm.org>
Sat, 21 Aug 2021 10:41:54 +0000 (12:41 +0200)
commit4d6e7700314290d76aae26313daea613ae92b81e
treeaa5f68afec2f1a7fc238534cb602f061fbd0301a
parent49435be616c14d5080e4147ca05204bea5cb1d4f
Re-type the :location slot in `xref-match-item` to `xref-location`

* lisp/progmodes/xref.el (xref-match-item): Change type for
:location from `xref-file-location`, which was likely a mistake,
to `xref-location`. This allows `xref-make-match` to take
arguments of any subtype of `xref-location` (bug#50067).
lisp/progmodes/xref.el