Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix joaotavora#488: fix type error in eglot--xref-make-match
Its first argument is passed to xref-make-match, which expects a string as its SUMMARY argument, but symbol-at-point returns a symbol. Co-authored-by: João Távora <joaotavora@gmail.com> * eglot.el (eglot--lsp-xrefs-for-method): use symbol-name.
- Loading branch information