aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2023-01-21 18:06:08 +0100
committerDaniel Mendler <mail@daniel-mendler.de>2023-01-21 18:06:08 +0100
commit690ba439c70325aaedc0f87c794ee73c172ba2e2 (patch)
treec556a5eb5dc254d1119a4829aef63e58f4f620af /Makefile
parent2b69a34a628d3d995895bac0fa77e6515c511ba0 (diff)
compat-macs: Add strict checks
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 04cf8ea..f56bfa4 100644
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,7 @@ $(BYTEC): compat-macs.el
.el.elc:
@echo "Compiling $<"
@$(EMACS) -Q --batch -L . \
- --eval '(setq byte-compile-error-on-warn (< emacs-major-version 30))' \
+ --eval '(setq compat-strict t byte-compile-error-on-warn (< emacs-major-version 30))' \
-f batch-byte-compile $<
compat.info: compat.texi