2011-01-08 Glenn Morris <rgm@gnu.org>
+ * makefile.w32-in (RUN_EMACS):
+ * Makefile.in (RUN-EMACS): Add --no-site-lisp.
+
* makefile.w32-in (RUN_EMACS):
* Makefile.in (RUN-EMACS): -batch implies --no-init-file.
# How to run Emacs.
RUN-EMACS = EMACSLOADPATH=$(buildlisppath) LC_ALL=C \
- ${BUILT-EMACS} -batch --no-site-file
+ ${BUILT-EMACS} -batch --no-site-file --no-site-lisp
# Subdirectories to be made if ${srcdir} is different from the current
# directory.
buildlisppath=$(CURDIR)/$(dot)$(dot)/lisp
# How to run Emacs.
-RUN_EMACS = "$(BUILT_EMACS)" -batch --no-site-file
+RUN_EMACS = "$(BUILT_EMACS)" -batch --no-site-file --no-site-lisp
# Set EMACSLOADPATH correctly (already defined in environment).
EMACSLOADPATH=$(buildlisppath)
2011-01-08 Glenn Morris <rgm@gnu.org>
+ * Makefile.in (EMACSOPT): Add --no-site-lisp.
+
* Makefile.in (EMACSOPT): Remove --multibyte, it does nothing any more.
2011-01-02 Glenn Morris <rgm@gnu.org>
# Following ../lisp/Makefile.in.
EMACS = ../src/emacs
-EMACSOPT = -batch --no-site-file
+EMACSOPT = -batch --no-site-file --no-site-lisp
# ==================== Things `configure' will edit ====================
2011-01-08 Glenn Morris <rgm@gnu.org>
+ * makefile.w32-in (EMACSOPT): Add --no-site-lisp.
+
* makefile.w32-in (EMACSOPT): -batch implies --no-init-file.
2011-01-07 Sam Steingold <sds@gnu.org>
# Command line flags for Emacs.
-EMACSOPT = -batch --no-site-file
+EMACSOPT = -batch --no-site-file --no-site-lisp
# Extra flags to pass to the byte compiler
BYTE_COMPILE_EXTRA_FLAGS =