Mercurial > emacs
changeset 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 | 84a9af170661 |
children | 9d34beb088bf |
files | leim/Makefile.in |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
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.