mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
Invoke emacs by --no-init-file --no-site-file.
This commit is contained in:
parent
486aa609d2
commit
36f99a9242
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue