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

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

[elpa] 01/02: Don't allow package-initialize to use ~/.emacs.d


From: Barry O'Reilly
Subject: [elpa] 01/02: Don't allow package-initialize to use ~/.emacs.d
Date: Thu, 24 Apr 2014 21:23:14 +0000

epich pushed a commit to branch master
in repository elpa.

commit afc65ce7e895db33b504ed8626fe573c24e051ba
Author: Nicolas Richard <address@hidden>
Date:   Thu Apr 24 17:16:10 2014 -0400

    Don't allow package-initialize to use ~/.emacs.d
---
 GNUmakefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/GNUmakefile b/GNUmakefile
index 2b07767..f9deecf 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -131,7 +131,7 @@ elcs := $(call SET-diff, $(naive_elcs), $(patsubst %.el, 
%.elc, $(nbc_els)))
 %.elc: %.el
        @echo 'EMACS -f batch-byte-compile $<'
        @$(EMACS) \
-           --eval "(setq package-directory-list '(\"$(abspath packages)\"))" \
+           --eval "(setq package-directory-list nil package-user-dir 
\"$(abspath packages)\")" \
            --eval '(package-initialize)' \
            -L $(dir $@) -f batch-byte-compile $<
 



reply via email to

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