From: João Távora Date: Fri, 9 Nov 2018 01:46:55 +0000 (+0000) Subject: Fix a bug introduced by previous bugfix X-Git-Tag: emacs-29.0.90~1616^2~524^2~4^2~404 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a0365b6f81864488b249de23c2b399e475f312a0;p=emacs.git Fix a bug introduced by previous bugfix This commit fixes a bug but introduced another when completing a symbol in xref-find-definitions. commit ee58d92a7de1c8b1914c77177a7d5e755f1de827 Author: Michał Krzywkowski Date: Sun Nov 4 16:59:05 2018 +0100 * eglot.el (xref-backend-identifier-completion-table): Use vector. --- diff --git a/lisp/progmodes/eglot.el b/lisp/progmodes/eglot.el index e17717452b4..576d7f39d31 100644 --- a/lisp/progmodes/eglot.el +++ b/lisp/progmodes/eglot.el @@ -1374,7 +1374,7 @@ DUMMY is ignored." :position (plist-get (plist-get location :range) :start)) - :locations (list location) + :locations (vector location) :kind kind :containerName containerName)) (jsonrpc-request server