Mercurial > emacs
changeset 88603:be8f9d3f6261
(RUN-EMACS): Add LC_ALL=C.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Wed, 22 May 2002 13:29:52 +0000 |
parents | 1ed369a4eb81 |
children | d331f7548d5f |
files | leim/Makefile.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/leim/Makefile.in Wed May 22 13:27:48 2002 +0000 +++ b/leim/Makefile.in Wed May 22 13:29:52 2002 +0000 @@ -42,7 +42,7 @@ 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