source: projects/emacsen-common/trunk/apel-sample/usr/share/emacs/site-lisp/apel/APEL-ELS @ 7238

Revision 7238, 473 bytes checked in by daisuke, 12 years ago (diff)

import emacsen-common

Line 
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
Note: See TracBrowser for help on using the repository browser.