emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/eglot edc6538 32/45: Fix a bug introduced by previous b


From: João Távora
Subject: [elpa] externals/eglot edc6538 32/45: Fix a bug introduced by previous bugfix
Date: Thu, 22 Nov 2018 19:15:31 -0500 (EST)

branch: externals/eglot
commit edc6538629282f116631854ad3b991248413b2cf
Author: João Távora <address@hidden>
Commit: João Távora <address@hidden>

    Fix a bug introduced by previous bugfix
    
    This commit fixes a bug but introduced another when completing a
    symbol in xref-find-definitions.
    
    commit 118f9668e45ea424d8090013392ace154538f1e4
    Author: Michał Krzywkowski <address@hidden>
    Date:   Sun Nov 4 16:59:05 2018 +0100
    
    * eglot.el (xref-backend-identifier-completion-table): Use vector.
---
 eglot.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eglot.el b/eglot.el
index e177174..576d7f3 100644
--- a/eglot.el
+++ b/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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]