From 1cdeec8fa56890b1bb7d7b4b12c97cfd26930833 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Wed, 22 May 2002 13:29:52 +0000 Subject: [PATCH] (RUN-EMACS): Add LC_ALL=C. --- leim/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2