diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2023-02-11 00:20:48 +0100 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2023-02-11 00:20:48 +0100 |
| commit | 99facb3a764aa282a22c256bedf39113a29041b5 (patch) | |
| tree | 30e982fd55dd6a9875c8e37e690669040cdc1302 /compat-29.el | |
| parent | 15d19d0e01768189d94b585f150a430df248b410 (diff) | |
Fix compat-guard
Diffstat (limited to 'compat-29.el')
| -rw-r--r-- | compat-29.el | 2 |
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 |
