changeset 1675 | 08f7fd3c4d5b |
parent 1672 | e2d0fc84c6f5 |
child 1681 | c3e2faa4f118 |
--- a/Makefile Sat Jan 02 18:36:39 2021 +0200 +++ b/Makefile Sat Jan 02 18:57:24 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--load-all' --eval='(byte-compile-file ".emacs-my")' + $(EMACS) --batch --load "$(curdir)/.emacs-defs" -f 'my-lisp--load-all' --eval='(byte-compile-file ".emacs-my")' rm -f .emacs-my.elc ################################################################