diff options
| author | Kenichi Handa | 1997-08-10 04:06:02 +0000 |
|---|---|---|
| committer | Kenichi Handa | 1997-08-10 04:06:02 +0000 |
| commit | 36f99a92426fc074e1e974e90d4ebd9a471de300 (patch) | |
| tree | 947517bfd090a25561176e7f01fb3ec86733c698 | |
| parent | 486aa609d274526637293acfc597c11812f07afb (diff) | |
| download | emacs-36f99a92426fc074e1e974e90d4ebd9a471de300.tar.gz emacs-36f99a92426fc074e1e974e90d4ebd9a471de300.zip | |
Invoke emacs by --no-init-file --no-site-file.
| -rw-r--r-- | leim/Makefile.in | 4 |
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 | |||
| 42 | 42 | ||
| 43 | buildlisppath=${srcdir}/${dot}${dot}/lisp | 43 | buildlisppath=${srcdir}/${dot}${dot}/lisp |
| 44 | 44 | ||
| 45 | # How to run Emacs. This forces Emacs to use new Emacs Lisp libraries. | 45 | # How to run Emacs. |
| 46 | RUN-EMACS = ${EMACS} -batch | 46 | RUN-EMACS = ${EMACS} -batch --no-init-file --no-site-file |
| 47 | 47 | ||
| 48 | # Subdirectories to be made if ${srcdir} is different from the current | 48 | # Subdirectories to be made if ${srcdir} is different from the current |
| 49 | # directory. | 49 | # directory. |