(Download): Renamed from "Anonymous FTP"; modify for
[elisp/apel.git] / APEL-ELS
1 ;;; APEL-ELS --- list of APEL modules to install. -*-Emacs-Lisp-*-
2
3 ;;; Commentary:
4
5 ;; APEL-MK imports `apel-modules' from here.
6
7 ;;; Code:
8
9 (defvar apel-modules '(alist calist path-util filename install
10                              ;; "mule-caesar" is version-dependent.
11                              ;; moved to EMU-ELS.
12                              ;; mule-caesar
13
14                              ;; [obsoleted modules] If you would like to
15                              ;; install following, please activate them.
16                              ;; atype file-detect
17                              ))
18
19 ;;; APEL-ELS ends here