diff options
| author | Richard M. Stallman | 1998-06-10 20:56:06 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1998-06-10 20:56:06 +0000 |
| commit | 8f840b7535b1fc122a7a80fffaab4a3320ebb19b (patch) | |
| tree | a90de96daa4a149d67fb297e1dc492900b81252d | |
| parent | ac35d05864a9f192cfbf4761ba3b4baf1208ffc3 (diff) | |
| download | emacs-8f840b7535b1fc122a7a80fffaab4a3320ebb19b.tar.gz emacs-8f840b7535b1fc122a7a80fffaab4a3320ebb19b.zip | |
(RUN-EMACS): Add --multibyte.
| -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 | |||
| 42 | buildlisppath=${srcdir}/${dot}${dot}/lisp | 42 | buildlisppath=${srcdir}/${dot}${dot}/lisp |
| 43 | 43 | ||
| 44 | # How to run Emacs. | 44 | # How to run Emacs. |
| 45 | RUN-EMACS = ${BUILT-EMACS} -batch --no-init-file --no-site-file | 45 | RUN-EMACS = ${BUILT-EMACS} -batch --no-init-file --no-site-file --multibyte |
| 46 | 46 | ||
| 47 | # Subdirectories to be made if ${srcdir} is different from the current | 47 | # Subdirectories to be made if ${srcdir} is different from the current |
| 48 | # directory. | 48 | # directory. |