emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master b325b91 250/271: Add current directory to load path for co


From: Jackson Ray Hamilton
Subject: [elpa] master b325b91 250/271: Add current directory to load path for compilation.
Date: Thu, 05 Feb 2015 18:31:42 +0000

branch: master
commit b325b91050de75c9b87d61fd7e7728afcc5aa046
Author: Jackson Ray Hamilton <address@hidden>
Commit: Jackson Ray Hamilton <address@hidden>

    Add current directory to load path for compilation.
---
 Makefile |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile
index e718601..1df5088 100644
--- a/Makefile
+++ b/Makefile
@@ -12,6 +12,7 @@ bench:
 
 compile:
        ${EMACS} -Q -batch \
+       -L . \
        -L libraries \
        -f batch-byte-compile *.el libraries/*.el
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]