From: Kenichi Handa Date: Wed, 22 May 2002 13:29:52 +0000 (+0000) Subject: (RUN-EMACS): Add LC_ALL=C. X-Git-Tag: emacs-pretest-23.0.90~8295^2~1864^2~792 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1cdeec8fa56890b1bb7d7b4b12c97cfd26930833;p=emacs.git (RUN-EMACS): Add LC_ALL=C. --- diff --git a/leim/Makefile.in b/leim/Makefile.in index 5b391667098..66c020e3f3a 100644 --- a/leim/Makefile.in +++ b/leim/Makefile.in @@ -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