changeset 22427:ebca04b684de

(RUN-EMACS): Add --multibyte.
author Richard M. Stallman <rms@gnu.org>
date Wed, 10 Jun 1998 20:56:06 +0000
parents 76657a0a9c70
children 191fa10a366c
files leim/Makefile.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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.