branch: externals/compat
commit fa80235366d8a22229476d83bd1d7b8dd935b12f
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>

    Requiring subr-x at compile time should be sufficient
---
 compat-tests.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compat-tests.el b/compat-tests.el
index 988a5cb781..4e0d2673fd 100644
--- a/compat-tests.el
+++ b/compat-tests.el
@@ -38,8 +38,8 @@
 
 (require 'ert)
 (require 'compat)
-(require 'subr-x)
 (require 'text-property-search nil t)
+(eval-when-compile (require 'subr-x))
 (setq ert-quiet t)
 
 (defmacro should-equal (a b)

Reply via email to