Makefile
changeset 1672 e2d0fc84c6f5
parent 1668 1d87a245ab55
child 1675 08f7fd3c4d5b
--- a/Makefile	Sat Jan 02 01:26:59 2021 +0200
+++ b/Makefile	Sat Jan 02 01:28:36 2021 +0200
@@ -180,7 +180,7 @@
 
 .PHONY: check-byte-compile-dot-emacs
 check-byte-compile-dot-emacs:
-	$(EMACS) --batch --load "$(curdir)/.emacs-defs" -f 'my-load.add-my-loadpaths' --load "$(emacsdir)/.emacs-pre" --eval='(byte-compile-file ".emacs-my")'
+	$(EMACS) --batch --load "$(curdir)/.emacs-defs" -f 'my-load--load-all' --eval='(byte-compile-file ".emacs-my")'
 	rm -f .emacs-my.elc
 
 ################################################################