summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--leim/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/leim/Makefile.in b/leim/Makefile.in
index 85746bdf24f..780e2be8e37 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 = ${BUILT-EMACS} -batch --no-init-file --no-site-file
+RUN-EMACS = ${BUILT-EMACS} -batch --no-init-file --no-site-file --multibyte
# Subdirectories to be made if ${srcdir} is different from the current
# directory.