From 416314f31e7692220a796581799d7987dcc07355 Mon Sep 17 00:00:00 2001 From: shuhei Date: Fri, 12 Nov 1999 13:20:55 +0000 Subject: [PATCH] fix. --- EMU-ELS | 8 ++++---- README.en | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/EMU-ELS b/EMU-ELS index 357011e..92060ad 100644 --- a/EMU-ELS +++ b/EMU-ELS @@ -142,9 +142,6 @@ (t '(mcs-ltn1 mcharset))) - ;; mule-caesar.el; part of apel-modules, but it is version-dependent. - '(mule-caesar) - ;; time-stamp.el; First appeared in Emacs 19.16. (if (and (not (featurep 'xemacs)) (or (< emacs-major-version 19) @@ -184,7 +181,10 @@ (>= emacs-minor-version 29)))) ;; XEmacs 19.14 and later, or Emacs 19.29 and later. '(richtext) - '(tinyrich)))) + '(tinyrich)) + + ;; mule-caesar.el; part of apel-modules, but it is version-dependent. + '(mule-caesar))) ;; Generate `emu-modules-to-compile' from `emu-modules-not-to-compile' ;; and `emu-modules'. diff --git a/README.en b/README.en index c25230a..98d5e51 100644 --- a/README.en +++ b/README.en @@ -190,7 +190,7 @@ For Emacs 18 users: "old byte-compiler" vs "new byte-compiler" Lisp Archive and its mirrors. In Mule 1.* days, "contrib" package for Mule 1.* was distributed and - it contained the "new byte-compiler" for Mule. But, we think it is + it contained the "new byte-compiler" for Mule. But, I think it is difficult to obtain this package now. AFAIK, the "new byte-compiler" for Emacs 18 is also bundled with SKK -- 1.7.10.4