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

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

[elpa] externals/compat 8615175a68 1/8: compat-tests: Move check instead


From: ELPA Syncer
Subject: [elpa] externals/compat 8615175a68 1/8: compat-tests: Move check instead of with-eval-after-load
Date: Tue, 3 Jan 2023 17:57:27 -0500 (EST)

branch: externals/compat
commit 8615175a68f25798a461c6a28346cc2abf02b7c0
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    compat-tests: Move check instead of with-eval-after-load
---
 compat-tests.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compat-tests.el b/compat-tests.el
index 5a83a8c1d7..392ba1a396 100644
--- a/compat-tests.el
+++ b/compat-tests.el
@@ -70,7 +70,7 @@ DEF-FN, INSTALL-FN, CHECK-FN and ATTR."
        (put ',realname 'compat-min-version ,min-version)
        (put ',realname 'compat-max-version ,max-version)
        ,(funcall def-fn realname version)
-       ,(and check `(,@check ,(compat--with-feature feature body))))))
+       ,(and check (compat--with-feature feature `(,@check ,body))))))
 
 (setq compat--generate-function #'compat--generate-testable)
 



reply via email to

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