branch: externals/xref-union
commit dbe1334d4e2965d8236eaab44681346e1143d894
Author: Philip Kaludercic <[email protected]>
Commit: Philip Kaludercic <[email protected]>

    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