X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=APEL-ELS;h=98de7e6a6187dd1218b5344476753754eda5a0f5;hb=b465e968b9c0dcb7a2e6a48c70d45bf74442dfd6;hp=4b931c2fb521f1b0e57f5148d7daf93f64655829;hpb=03739d5506e30d0d44b5f73f6a5b7c67835597a4;p=elisp%2Fapel.git diff --git a/APEL-ELS b/APEL-ELS index 4b931c2..98de7e6 100644 --- a/APEL-ELS +++ b/APEL-ELS @@ -1,23 +1,19 @@ -;;; -*-Emacs-Lisp-*- +;;; APEL-ELS --- list of APEL modules to install. -*-Emacs-Lisp-*- -;; APEL-ELS: list of APEL modules to install +;;; Commentary: + +;; APEL-MK imports `apel-modules' from here. ;;; Code: -(setq apel-modules '(product apel-ver - alist calist - path-util filename install - mule-caesar - +(defvar apel-modules '(alist calist path-util filename install + ;; "mule-caesar" is version-dependent. + ;; moved to EMU-ELS. + ;; mule-caesar + ;; [obsoleted modules] If you would like to ;; install following, please activate them. - ;; atype file-detect )) -(if (or (< emacs-major-version 19) - (and (eq emacs-major-version 19) (< emacs-minor-version 16))) - (setq apel-modules (cons 'time-stamp apel-modules)) - ) - ;;; APEL-ELS ends here