diff --git a/modules/feature/lookup/autoload/lookup.el b/modules/feature/lookup/autoload/lookup.el index 517625001..2b22ac53b 100644 --- a/modules/feature/lookup/autoload/lookup.el +++ b/modules/feature/lookup/autoload/lookup.el @@ -59,7 +59,7 @@ to find it: Failing all that, it will give up with an error." (interactive - (list (thing-at-point 'symbol t) + (list (xref-backend-identifier-at-point (xref-find-backend)) current-prefix-arg)) (cond ((null identifier) (user-error "Nothing under point"))