el/dot-emacs.el: Autoload `mpc-stop', not `mpc-pause'.
[profile] / el / Makefile
index 987378a..6549fde 100644 (file)
@@ -6,4 +6,4 @@ all: dot-emacs.elc
 
 .SUFFIXES: .el .elc
 .el.elc:
-       $(EMACS) --batch --no-site-file --eval '(byte-compile-file "$<")'
+       $(EMACS) -L . --batch --no-site-file --eval '(byte-compile-file "$<")'