fix.
authorshuhei <shuhei>
Fri, 12 Nov 1999 13:20:55 +0000 (13:20 +0000)
committershuhei <shuhei>
Fri, 12 Nov 1999 13:20:55 +0000 (13:20 +0000)
EMU-ELS
README.en

diff --git a/EMU-ELS b/EMU-ELS
index 357011e..92060ad 100644 (file)
--- a/EMU-ELS
+++ b/EMU-ELS
     (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)
                  (>= 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'.
index c25230a..98d5e51 100644 (file)
--- 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