diff options
Diffstat (limited to 'leim')
-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 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. |