summaryrefslogtreecommitdiff
path: root/leim
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
commit36f99a92426fc074e1e974e90d4ebd9a471de300 (patch)
tree947517bfd090a25561176e7f01fb3ec86733c698 /leim
parent486aa609d274526637293acfc597c11812f07afb (diff)
downloademacs-36f99a92426fc074e1e974e90d4ebd9a471de300.tar.gz
Invoke emacs by --no-init-file --no-site-file.
Diffstat (limited to 'leim')
-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.