diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2023-01-21 18:06:08 +0100 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2023-01-21 18:06:08 +0100 |
| commit | 690ba439c70325aaedc0f87c794ee73c172ba2e2 (patch) | |
| tree | c556a5eb5dc254d1119a4829aef63e58f4f620af /Makefile | |
| parent | 2b69a34a628d3d995895bac0fa77e6515c511ba0 (diff) | |
compat-macs: Add strict checks
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
