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

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

[elpa] externals/compat cab15b1831 3/5: Fix nadvice check


From: ELPA Syncer
Subject: [elpa] externals/compat cab15b1831 3/5: Fix nadvice check
Date: Sat, 26 Feb 2022 08:57:22 -0500 (EST)

branch: externals/compat
commit cab15b18318226425605c24b5926096049748e63
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>

    Fix nadvice check
---
 compat-tests.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compat-tests.el b/compat-tests.el
index 30b58b74f3..6a9f7f0c9f 100644
--- a/compat-tests.el
+++ b/compat-tests.el
@@ -121,7 +121,7 @@ the compatibility function."
 
 
 
-(unless (fboundp 'nadvice)
+(unless (fboundp 'advice-add)
   (require 'package)
   (package-initialize)
   (package-install 'nadvice))



reply via email to

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