From: keiichi Date: Mon, 20 Dec 1999 11:13:35 +0000 (+0000) Subject: (apel-modules): Add `apel-ver' and `product'. X-Git-Tag: apel-10_0~22 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=03739d5506e30d0d44b5f73f6a5b7c67835597a4;p=elisp%2Fapel.git (apel-modules): Add `apel-ver' and `product'. --- diff --git a/APEL-ELS b/APEL-ELS index e1c50af..4b931c2 100644 --- a/APEL-ELS +++ b/APEL-ELS @@ -4,15 +4,16 @@ ;;; Code: -(setq apel-modules '(alist calist - path-util filename install - mule-caesar +(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. - ;; [obsoleted modules] If you would like to - ;; install following, please activate them. - - ;; atype file-detect - )) + ;; atype file-detect + )) (if (or (< emacs-major-version 19) (and (eq emacs-major-version 19) (< emacs-minor-version 16)))