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

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

[elpa] externals/xref-union dbe1334d4e 3/7: Call correct method in 'xref


From: ELPA Syncer
Subject: [elpa] externals/xref-union dbe1334d4e 3/7: Call correct method in 'xref-backend-identifier-completion-table'
Date: Sat, 9 Dec 2023 15:58:58 -0500 (EST)

branch: externals/xref-union
commit dbe1334d4e2965d8236eaab44681346e1143d894
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>

    Call correct method in 'xref-backend-identifier-completion-table'
---
 xref-union.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xref-union.el b/xref-union.el
index 9e9c227ac2..7475422863 100644
--- a/xref-union.el
+++ b/xref-union.el
@@ -70,7 +70,7 @@ Same in this context means they reference the same object."
   "Collect the results of multiple Xref BACKENDS."
   (lambda (string pred _action)
     (cl-loop for backend in (cdr backends)
-            append (let ((b (xref-backend-identifier-at-point backend)))
+             append (let ((b (xref-backend-identifier-completion-table 
backend)))
                       (all-completions string b pred)))))
 
 (cl-defmethod xref-backend-definitions ((backends (head union)) ident)



reply via email to

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