X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=APEL-ELS;h=23adfa8feda089c8e877892212a6e9b5eb25aecf;hb=f6fda1fc961f4bc3794669f254a3e223cf7ceb09;hp=769b945342331870dcfa683f9a13ccf7feab65af;hpb=1ce958257204bd3f3271e182c3c3aac64103978b;p=elisp%2Fapel.git diff --git a/APEL-ELS b/APEL-ELS index 769b945..23adfa8 100644 --- a/APEL-ELS +++ b/APEL-ELS @@ -1,12 +1,17 @@ ;;; -*-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 + )) ;;; APEL-ELS ends here