(MAKEIT.BAT): Modify for apel-ja@lists.chise.org.
[elisp/apel.git] / EMU-ELS
diff --git a/EMU-ELS b/EMU-ELS
index 20cb837..f0b14aa 100644 (file)
--- a/EMU-ELS
+++ b/EMU-ELS
     (t
      '(mcs-ltn1 mcharset)))
 
-   ;; time-stamp.el; First appeared in Emacs 19.16.
-   (if (and (not (featurep 'xemacs))
-           (or (< emacs-major-version 19)
-               (and (= emacs-major-version 19)
-                    (< emacs-minor-version 16))))
-       '(time-stamp)
-     ;; no problem.
-     '())
-
    ;; timezone.el; Some versions have Y2K problem.
    (condition-case nil
        (let ((load-path (delete (expand-file-name ".")
     ((featurep 'xemacs)
      ;; XEmacs.
      '(inv-xemacs invisible))
+    ((>= emacs-major-version 23)
+     ;; Emacs 23 and later
+     '(inv-23 invisible))
     ((>= emacs-major-version 19)
      ;; Emacs 19 and later.
      '(inv-19 invisible))