aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1998-06-10 20:56:06 +0000
committerRichard M. Stallman1998-06-10 20:56:06 +0000
commit8f840b7535b1fc122a7a80fffaab4a3320ebb19b (patch)
treea90de96daa4a149d67fb297e1dc492900b81252d
parentac35d05864a9f192cfbf4761ba3b4baf1208ffc3 (diff)
downloademacs-8f840b7535b1fc122a7a80fffaab4a3320ebb19b.tar.gz
emacs-8f840b7535b1fc122a7a80fffaab4a3320ebb19b.zip
(RUN-EMACS): Add --multibyte.
-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
42buildlisppath=${srcdir}/${dot}${dot}/lisp 42buildlisppath=${srcdir}/${dot}${dot}/lisp
43 43
44# How to run Emacs. 44# How to run Emacs.
45RUN-EMACS = ${BUILT-EMACS} -batch --no-init-file --no-site-file 45RUN-EMACS = ${BUILT-EMACS} -batch --no-init-file --no-site-file --multibyte
46 46
47# Subdirectories to be made if ${srcdir} is different from the current 47# Subdirectories to be made if ${srcdir} is different from the current
48# directory. 48# directory.