chiark / gitweb /
dot/emacs, el/Makefile: Random fixes from vampire.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 25 Oct 2010 10:05:36 +0000 (11:05 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 25 Oct 2010 10:11:23 +0000 (11:11 +0100)
I can't, alas, remember what the motivation for these was.

dot/emacs
el/Makefile

index cb7c39393a778cbbcb7fe1cc38ae3719c7b6b7f1..6d873dd0fd1fdf46c61a3614bc6f3a92ed6575c5 100644 (file)
--- a/dot/emacs
+++ b/dot/emacs
@@ -23,6 +23,7 @@
 
 (setq load-path (nconc load-path (list "~/lib/emacs")))
 (require 'dot-emacs)
+(require 'cl)
 
 ;;;--------------------------------------------------------------------------
 ;;; Some random initialisation.
index 987378abce50dec68a35e8828ada83c832658ec8..6549fde35fb0fcaac4a20cd07c3e7e2a583f3673 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 "$<")'