From: Richard M. Stallman Date: Wed, 10 Jun 1998 20:56:06 +0000 (+0000) Subject: (RUN-EMACS): Add --multibyte. X-Git-Tag: emacs-20.3~652 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8f840b7535b1fc122a7a80fffaab4a3320ebb19b;p=emacs.git (RUN-EMACS): Add --multibyte. --- 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.