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:
parent
3b53a65b9a
commit
1cdeec8fa5
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue