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

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

[elpa] 21/35: Add load path to batch byte compile


From: Matthew Fidler
Subject: [elpa] 21/35: Add load path to batch byte compile
Date: Fri, 11 Jul 2014 22:33:27 +0000

mlf176f2 pushed a commit to branch externals/ergoemacs-mode
in repository elpa.

commit a253b7dd09dc8ba6a1ba9e47278d1c5c8d693e7d
Author: Matthew L. Fidler <address@hidden>
Date:   Wed Jul 9 15:37:19 2014 -0500

    Add load path to batch byte compile
---
 ergoemacs-functions.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ergoemacs-functions.el b/ergoemacs-functions.el
index b9cd543..df1612d 100644
--- a/ergoemacs-functions.el
+++ b/ergoemacs-functions.el
@@ -186,7 +186,7 @@ If an error occurs, display the error, and sit for 2 
seconds before exiting"
              (default-directory (expand-file-name (file-name-directory 
(locate-library "ergoemacs-mode"))))
              (process (start-process-shell-command "ergoemacs-byte-compile"
                                                    "*ergoemacs-clean*"
-                                                   (format "%s -Q --batch -f 
batch-byte-compile *.el" emacs-exe))))
+                                                   (format "%s -L %s -Q 
--batch -f batch-byte-compile *.el" emacs-exe default-directory))))
         (set-process-sentinel process 'ergoemacs-run-clean))
     (ergoemacs-run-clean)))
 



reply via email to

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