summaryrefslogtreecommitdiff
path: root/lisp/makefile.w32-in
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/makefile.w32-in')
-rw-r--r--lisp/makefile.w32-in3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/makefile.w32-in b/lisp/makefile.w32-in
index 6d3cacecc6a..20248dcf8c2 100644
--- a/lisp/makefile.w32-in
+++ b/lisp/makefile.w32-in
@@ -43,6 +43,9 @@ EMACSOPT = -batch --no-init-file --no-site-file --multibyte
# Set EMACSLOADPATH correctly (already defined in environment).
EMACSLOADPATH=$(lisp)
+# Use C locale
+LC_ALL = C
+
lisptagsfiles1 = $(lisp)/*.el
lisptagsfiles2 = $(lisp)/*/*.el
ETAGS = "../lib-src/$(BLD)/etags"