summaryrefslogtreecommitdiff
path: root/emacsen-common
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2018-01-03 09:56:39 -0400
committerDavid Bremner <david@tethera.net>2018-01-03 09:56:39 -0400
commit023629ff5bd1cc5c3fff9043d6a5555a4fd4dbd4 (patch)
treea499b902f56a62f3b8644c311663546ba705c8a8 /emacsen-common
parent7038670bbdaf46cb2b10f3347cc4563ccedfd7da (diff)
use --quick (-Q) for batch-compilation.
This tries to avoid breakage caused by the local admin customizing the site configuration for emacs.
Diffstat (limited to 'emacsen-common')
-rwxr-xr-xemacsen-common/install2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacsen-common/install b/emacsen-common/install
index 2d29e75..6e64ae6 100755
--- a/emacsen-common/install
+++ b/emacsen-common/install
@@ -39,7 +39,7 @@ echo install/${ELPA_DIR}: byte-compiling for ${FLAVOR}
# Byte compile them
(cd ${elc_dir}
set +e
- ${FLAVOR} -q -batch -l package \
+ ${FLAVOR} --quick --batch -l package \
--eval "(add-to-list 'package-directory-list \"$src_dir\")" \
-f package-initialize -f batch-byte-compile *.el > Install.log 2>&1
if test $? -ne 0