X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=APEL-ELS;h=e1c50afaec720b0ca2583ec30ec251c9d6c7d2e1;hb=ccad5292504294b389d84fe678b5881e2cab6e94;hp=a9d4e1568d6dafad7f8e2061cd06d8d208512cbd;hpb=891aae080e7eee3f66c961188f741b07c59caf86;p=elisp%2Fapel.git diff --git a/APEL-ELS b/APEL-ELS index a9d4e15..e1c50af 100644 --- a/APEL-ELS +++ b/APEL-ELS @@ -1,9 +1,22 @@ ;;; -*-Emacs-Lisp-*- -;;; -;;; $Id: APEL-ELS,v 1.4 1997-04-03 17:14:39 morioka Exp $ -;;; -(setq apel-modules '(alist atype file-detect filename install - std11 std11-parse)) +;; APEL-ELS: list of APEL modules to install + +;;; Code: + +(setq apel-modules '(alist calist + path-util filename install + 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