X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=APEL-ELS;h=4b931c2fb521f1b0e57f5148d7daf93f64655829;hb=03739d5506e30d0d44b5f73f6a5b7c67835597a4;hp=bb34bd6585614fc8f01db0c3e06e602db4ceb8b9;hpb=30bc58488290da3d57388941de6ecf6784b10496;p=elisp%2Fapel.git diff --git a/APEL-ELS b/APEL-ELS index bb34bd6..4b931c2 100644 --- a/APEL-ELS +++ b/APEL-ELS @@ -1,10 +1,23 @@ ;;; -*-Emacs-Lisp-*- -;;; -;;; $Id: APEL-ELS,v 1.5 1997-05-09 01:23:44 morioka Exp $ -;;; -(setq apel-modules '(alist atype file-detect filename install - std11 std11-parse - mule-caesar)) +;; APEL-ELS: list of APEL modules to install + +;;; Code: + +(setq apel-modules '(product apel-ver + 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