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

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

[elpa] externals/setup 69edf67f0d: Fix issue in last commit


From: ELPA Syncer
Subject: [elpa] externals/setup 69edf67f0d: Fix issue in last commit
Date: Mon, 27 Dec 2021 13:57:37 -0500 (EST)

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

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