Invoke emacs by --no-init-file --no-site-file.

This commit is contained in:
Kenichi Handa 1997-08-10 04:06:02 +00:00
parent 486aa609d2
commit 36f99a9242

View file

@ -42,8 +42,8 @@ EMACS = ${dot}${dot}/src/emacs
buildlisppath=${srcdir}/${dot}${dot}/lisp
# How to run Emacs. This forces Emacs to use new Emacs Lisp libraries.
RUN-EMACS = ${EMACS} -batch
# How to run Emacs.
RUN-EMACS = ${EMACS} -batch --no-init-file --no-site-file
# Subdirectories to be made if ${srcdir} is different from the current
# directory.