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

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

[elpa] externals/compat ed462dab08 4/4: Require nadvice without trying t


From: ELPA Syncer
Subject: [elpa] externals/compat ed462dab08 4/4: Require nadvice without trying to install it
Date: Mon, 7 Mar 2022 09:57:22 -0500 (EST)

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

    Require nadvice without trying to install it
---
 compat-tests.el | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/compat-tests.el b/compat-tests.el
index 07086bb2aa..93621c33f2 100644
--- a/compat-tests.el
+++ b/compat-tests.el
@@ -33,10 +33,7 @@
 ;;; Code:
 
 (require 'ert)
-
-(unless (fboundp 'advice-add)
-  (require 'package)
-  (package-install 'nadvice))
+(require 'nadvice)
 
 (require 'compat-macs)
 (defvar compat-testing)



reply via email to

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