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