X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=APEL-ELS;h=e1c50afaec720b0ca2583ec30ec251c9d6c7d2e1;hb=deca8e4342b993cdd577b31f15eff04b326b78f0;hp=769b945342331870dcfa683f9a13ccf7feab65af;hpb=1ce958257204bd3f3271e182c3c3aac64103978b;p=elisp%2Fapel.git diff --git a/APEL-ELS b/APEL-ELS index 769b945..e1c50af 100644 --- a/APEL-ELS +++ b/APEL-ELS @@ -1,12 +1,22 @@ ;;; -*-Emacs-Lisp-*- -;;; -;;; $Id: APEL-ELS,v 1.6 1997-11-06 15:47:18 morioka Exp $ -;;; -(setq apel-modules '(alist atype +;; APEL-ELS: list of APEL modules to install + +;;; Code: + +(setq apel-modules '(alist calist path-util filename install - std11 std11-parse mule-caesar - file-detect)) + + ;; [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