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

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

[elpa] 1.2 912d10f 088/101: Fix a bug introduced by previous bugfix


From: Christian Johansson
Subject: [elpa] 1.2 912d10f 088/101: Fix a bug introduced by previous bugfix
Date: Thu, 29 Apr 2021 15:09:06 -0400 (EDT)

tag: 1.2
commit 912d10f0319f1f9288968b76c3d7737d1aeaed95
Author: João Távora <joaotavora@gmail.com>
Commit: João Távora <joaotavora@gmail.com>

    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 <k.michal@zoho.com>
    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]