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