branch: externals/compat
commit cab15b18318226425605c24b5926096049748e63
Author: Philip Kaludercic <phil...@posteo.net>
Commit: Philip Kaludercic <phil...@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