aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2023-02-11 00:20:48 +0100
committerDaniel Mendler <mail@daniel-mendler.de>2023-02-11 00:20:48 +0100
commit99facb3a764aa282a22c256bedf39113a29041b5 (patch)
tree30e982fd55dd6a9875c8e37e690669040cdc1302
parent15d19d0e01768189d94b585f150a430df248b410 (diff)
Fix compat-guard
-rw-r--r--compat-29.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/compat-29.el b/compat-29.el
index a0fd48a..11cccb6 100644
--- a/compat-29.el
+++ b/compat-29.el
@@ -27,7 +27,7 @@
;;;; Preloaded in loadup.el
-(compat-guard (require 'seq)) ;; <compat-tests:seq>
+(compat-guard t (require 'seq)) ;; <compat-tests:seq>
;;;; Defined in xdisp.c