]> git.eshelyaron.com Git - emacs.git/commitdiff
(RUN-EMACS): Add --multibyte.
authorRichard M. Stallman <rms@gnu.org>
Wed, 10 Jun 1998 20:56:06 +0000 (20:56 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 10 Jun 1998 20:56:06 +0000 (20:56 +0000)
leim/Makefile.in

index 85746bdf24fddf2162c0b1fdd6a5e1df7a18cebb..780e2be8e376679ed727b269497631b9a5457247 100644 (file)
@@ -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.