diff leim/Makefile.in @ 19262:6075ee381a9d

Invoke emacs by --no-init-file --no-site-file.
author Kenichi Handa <handa@m17n.org>
date Sun, 10 Aug 1997 04:06:02 +0000
parents a51718eb64d1
children 354d9588342d
line wrap: on
line diff
--- a/leim/Makefile.in	Sun Aug 10 04:04:35 1997 +0000
+++ b/leim/Makefile.in	Sun Aug 10 04:06:02 1997 +0000
@@ -42,8 +42,8 @@
 
 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.