[notmuch] [PATCH] Add the emacs directory to the load-path when byte compiling.

Subject: [notmuch] [PATCH] Add the emacs directory to the load-path when byte compiling.

Date: Fri, 12 Mar 2010 12:57:09 +0000

To: notmuch@notmuchmail.org

Cc:

From: David Edmondson


---
 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index 46f001c..f0b96e0 100644
--- a/Makefile
+++ b/Makefile
@@ -68,7 +68,7 @@ quiet ?= $($1)
 	$(call quiet,CC,$(CFLAGS)) -c $(FINAL_CFLAGS) $< -o $@
 
 %.elc: %.el
-	$(call quiet,EMACS) -batch -f batch-byte-compile $<
+	$(call quiet,EMACS) -batch -L emacs -f batch-byte-compile $<
 
 .deps/%.d: %.c $(global_deps)
 	@set -e; rm -f $@; mkdir -p $$(dirname $@) ; \
-- 
1.7.0


Thread: