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

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

[elpa] externals/setup 6b9d8d74be 1/5: Fix issue in last commit


From: ELPA Syncer
Subject: [elpa] externals/setup 6b9d8d74be 1/5: Fix issue in last commit
Date: Sun, 12 Jun 2022 16:58:01 -0400 (EDT)

branch: externals/setup
commit 6b9d8d74bed8b28f137c50bb0aa905b098056499
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@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

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