diff options
author | Richard M. Stallman <rms@gnu.org> | 1998-06-10 20:56:06 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1998-06-10 20:56:06 +0000 |
commit | 8f840b7535b1fc122a7a80fffaab4a3320ebb19b (patch) | |
tree | a90de96daa4a149d67fb297e1dc492900b81252d /leim/Makefile.in | |
parent | ac35d05864a9f192cfbf4761ba3b4baf1208ffc3 (diff) | |
download | emacs-8f840b7535b1fc122a7a80fffaab4a3320ebb19b.tar.gz |
(RUN-EMACS): Add --multibyte.
Diffstat (limited to 'leim/Makefile.in')
-rw-r--r-- | leim/Makefile.in | 2 |
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 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. |