summaryrefslogtreecommitdiff
path: root/leim
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1998-06-10 20:56:06 +0000
committerRichard M. Stallman <rms@gnu.org>1998-06-10 20:56:06 +0000
commit52157b2e8d40d3b7f27452f8f9e874135c04803a (patch)
tree252938e3e02a1e6b921016a43d823a3dd26ce4e0 /leim
parentb1a70dd44b30e41cfe2060580d58f619d1830a0c (diff)
downloademacs-52157b2e8d40d3b7f27452f8f9e874135c04803a.tar.gz
(RUN-EMACS): Add --multibyte.
Diffstat (limited to 'leim')
-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.