aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2023-03-04 21:31:47 +0100
committerDaniel Mendler <mail@daniel-mendler.de>2023-03-04 21:34:08 +0100
commit68fdf2d41bda18cdec64b78e2391adde95a05bdb (patch)
tree6a0507c006b41f487b690caf1ad521d1c2101d2a /Makefile
parent35d032b5e0f6fac577ee09253097398c58e84524 (diff)
Enable byte compilation warnings also for Emacs master
We follow upstream improvements closely and profit earlier from additional byte compiler warnings.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2368b20..a438c72 100644
--- a/Makefile
+++ b/Makefile
@@ -35,7 +35,7 @@ $(BYTEC): compat-macs.el
.el.elc:
@echo "Compiling $<"
@$(EMACS) -Q --batch -L . \
- --eval '(setq compat-strict t byte-compile-error-on-warn (< emacs-major-version 30))' \
+ --eval '(setq compat-strict t byte-compile-error-on-warn t)' \
-f batch-byte-compile $<
compat.info: compat.texi