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

    Fix issue in last commit
    
    Thanks to Sean Crotty for noticing!
---
 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