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

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

[nongnu] elpa/macrostep 75ecd04121 10/10: Require ert and cl-lib uncondi


From: ELPA Syncer
Subject: [nongnu] elpa/macrostep 75ecd04121 10/10: Require ert and cl-lib unconditionally
Date: Wed, 26 Oct 2022 09:59:22 -0400 (EDT)

branch: elpa/macrostep
commit 75ecd041219239f0dceab4883594ea2fe366b484
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    Require ert and cl-lib unconditionally
---
 macrostep-test.el | 4 +---
 macrostep.el      | 4 +---
 2 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/macrostep-test.el b/macrostep-test.el
index bdd00e6c94..f0db7d5eca 100644
--- a/macrostep-test.el
+++ b/macrostep-test.el
@@ -22,9 +22,7 @@
 
 ;;; Code:
 
-(eval-and-compile
-  (require 'ert nil t)
-  (require 'ert "lib/ert"))
+(require 'ert)
 (require 'rx)
 (require 'macrostep)
 (require 'macrostep-c)
diff --git a/macrostep.el b/macrostep.el
index 719ffbef5e..7d8a6f1f49 100644
--- a/macrostep.el
+++ b/macrostep.el
@@ -256,9 +256,7 @@
 
 (require 'pp)
 (require 'ring)
-(eval-and-compile
-  (require 'cl-lib nil t)
-  (require 'cl-lib "lib/cl-lib"))
+(require 'cl-lib)
 
 
 ;;; Constants and dynamically bound variables



reply via email to

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