aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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