]> git.eshelyaron.com Git - emacs.git/commit
Fix type error in eglot--xref-make-match
authorPhilipp Stephani <p.stephani2@gmail.com>
Mon, 25 May 2020 09:30:32 +0000 (11:30 +0200)
committerGitHub <noreply@github.com>
Mon, 25 May 2020 09:30:32 +0000 (10:30 +0100)
commitb2dd04ddbe94b5a10884fd01a8309a0ea8f6b887
treea9aa54fa4a448c7c26d983cdcddaacde90cdab9f
parent6cc6392546a69efaa3089790dcd2d5d0815ae2b3
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.

GitHub-reference: fix https://github.com/joaotavora/eglot/issues/488
lisp/progmodes/eglot.el