We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 558f50e commit 40a5ac9Copy full SHA for 40a5ac9
Makefile
@@ -26,7 +26,7 @@ compile: $(ELCFILES)
26
-include .depend
27
28
$(ELCFILES): %.elc: %.el
29
- $(EMACS) --batch -Q -L . -f batch-byte-compile $<
+ $(EMACS) --batch -Q -L . --eval "(declare-function undo-redo nil)" -f batch-byte-compile $<
30
31
# Byte-compile all files in one batch. This is faster than
32
# compiling each file in isolation, but also less stringent.
0 commit comments