This commit was manufactured by cvs2svn to create branch 'apel-shubit'.
[elisp/apel.git] / EMU-ELS
diff --git a/EMU-ELS b/EMU-ELS
index 357011e..6865884 100644 (file)
--- a/EMU-ELS
+++ b/EMU-ELS
@@ -1,4 +1,4 @@
-;;; EMU-ELS --- list of EMU modules to install -*-Emacs-Lisp-*-
+;;; EMU-ELS --- list of EMU modules to install. -*-Emacs-Lisp-*-
 
 ;;; Commentary:
 
@@ -20,6 +20,7 @@
    ;; '(product)
 
    ;; poe modules; poe modules depend on static.
+   '(pym)
    (cond
     ;; XEmacs.
     ((featurep 'xemacs)
     (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'.