diff leim/Makefile.in @ 22427:ebca04b684de

(RUN-EMACS): Add --multibyte.
author Richard M. Stallman <rms@gnu.org>
date Wed, 10 Jun 1998 20:56:06 +0000
parents f1df0fd84e42
children d470109824f2
line wrap: on
line diff
--- a/leim/Makefile.in	Wed Jun 10 19:10:55 1998 +0000
+++ b/leim/Makefile.in	Wed Jun 10 20:56:06 1998 +0000
@@ -42,7 +42,7 @@
 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.