X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=APEL-ELS;h=98de7e6a6187dd1218b5344476753754eda5a0f5;hb=b465e968b9c0dcb7a2e6a48c70d45bf74442dfd6;hp=02cab0ac6445accf9a3863363579d03cb50fe162;hpb=bee219a898a0e510e31f593f7e3144b748d49e64;p=elisp%2Fapel.git diff --git a/APEL-ELS b/APEL-ELS index 02cab0a..98de7e6 100644 --- a/APEL-ELS +++ b/APEL-ELS @@ -1,11 +1,19 @@ -;;; -*-Emacs-Lisp-*- -;;; -;;; $Id: APEL-ELS,v 1.8 1998-04-10 15:06:43 morioka Exp $ -;;; - -(setq apel-modules '(alist calist atype - path-util filename install - mule-caesar - file-detect)) +;;; APEL-ELS --- list of APEL modules to install. -*-Emacs-Lisp-*- + +;;; Commentary: + +;; APEL-MK imports `apel-modules' from here. + +;;; Code: + +(defvar apel-modules '(alist calist path-util filename install + ;; "mule-caesar" is version-dependent. + ;; moved to EMU-ELS. + ;; mule-caesar + + ;; [obsoleted modules] If you would like to + ;; install following, please activate them. + ;; atype file-detect + )) ;;; APEL-ELS ends here