]> code.delx.au - gnu-emacs/commitdiff
Invoke emacs by --no-init-file --no-site-file.
authorKenichi Handa <handa@m17n.org>
Sun, 10 Aug 1997 04:06:02 +0000 (04:06 +0000)
committerKenichi Handa <handa@m17n.org>
Sun, 10 Aug 1997 04:06:02 +0000 (04:06 +0000)
leim/Makefile.in

index e7d3cddbe577eda3211aa0bf53fb9a855f085764..2abbef29be436325f64284f08ebff64e5a6beeae 100644 (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.