1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-04 19:10:37 -08:00

(RUN-EMACS): Add LC_ALL=C.

This commit is contained in:
Kenichi Handa 2002-05-22 13:29:52 +00:00
parent 3b53a65b9a
commit 1cdeec8fa5

View file

@ -42,7 +42,7 @@ BUILT-EMACS = ${dot}${dot}/src/emacs
buildlisppath=${srcdir}/${dot}${dot}/lisp
# How to run Emacs.
RUN-EMACS = EMACSLOADPATH=$(buildlisppath) \
RUN-EMACS = EMACSLOADPATH=$(buildlisppath) LC_ALL=C\
${BUILT-EMACS} -batch --no-init-file --no-site-file --multibyte
# Subdirectories to be made if ${srcdir} is different from the current