aboutsummaryrefslogtreecommitdiff
path: root/compat-26.el
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2023-02-26 21:56:24 +0100
committerDaniel Mendler <mail@daniel-mendler.de>2023-02-26 21:56:24 +0100
commit71c607eabcf3cae408de1104f6936388589d0240 (patch)
tree3c2eef28c8ac56936a1fc5d7814bee0d77346424 /compat-26.el
parent47fe935e26a9f3f92ae6ef595f7a47d8fb50ea98 (diff)
Always reload compat-macs to avoid compilation issues
Diffstat (limited to 'compat-26.el')
-rw-r--r--compat-26.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/compat-26.el b/compat-26.el
index 956c4a7..0c22fbf 100644
--- a/compat-26.el
+++ b/compat-26.el
@@ -21,7 +21,7 @@
;;; Code:
-(eval-when-compile (require 'compat-macs))
+(eval-when-compile (load "compat-macs.el" nil t t))
(compat-require compat-25 "25.1")
(compat-version "26.1")