From: Kenichi Handa Date: Sun, 10 Aug 1997 04:06:02 +0000 (+0000) Subject: Invoke emacs by --no-init-file --no-site-file. X-Git-Tag: emacs-20.1~686 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=36f99a92426fc074e1e974e90d4ebd9a471de300;p=emacs.git Invoke emacs by --no-init-file --no-site-file. --- diff --git a/leim/Makefile.in b/leim/Makefile.in index e7d3cddbe57..2abbef29be4 100644 --- a/leim/Makefile.in +++ b/leim/Makefile.in @@ -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.