summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>1997-08-10 04:06:02 +0000
committerKenichi Handa <handa@m17n.org>1997-08-10 04:06:02 +0000
commit2d446e25f5a6534b4753523623ce0e5e5a58106c (patch)
tree544f5c87e3bdf8c7bc423990712700e9362cb793
parent3a2e823d49058f7db22b43d83d156fc4a50f4050 (diff)
downloademacs-2d446e25f5a6534b4753523623ce0e5e5a58106c.tar.gz
Invoke emacs by --no-init-file --no-site-file.
-rw-r--r--leim/Makefile.in4
1 files changed, 2 insertions, 2 deletions
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.