branch: externals/setup
commit 69edf67f0d6fee8722a2634916d298157822f9bb
Author: Philip Kaludercic <phil...@posteo.net>
Commit: Philip Kaludercic <phil...@posteo.net>

    Fix issue in last commit
---
 setup.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/setup.el b/setup.el
index e4445ff7c0..6adb13f00c 100644
--- a/setup.el
+++ b/setup.el
@@ -278,8 +278,8 @@ functions `func'.  Any other value is invalid."
        (let ((file (get symbol 'setup-definition-file)))
          (list (elisp--xref-make-xref nil symbol file)))))
 
-(add-to-list 'elisp--xref-find-def-functions
-             #'setup-xref-def-function)
+(add-to-list 'elisp-xref-find-def-functions
+             #'setup--xref-def-function)
 
 
 ;;; Common utility functions for local macros

Reply via email to