File: APEL-ELS

package info (click to toggle)
apel 10.8%2B0.20201106-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 508 kB
  • sloc: lisp: 2,365; sh: 89; makefile: 77
file content (19 lines) | stat: -rw-r--r-- 473 bytes parent folder | download | duplicates (14)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
;;; 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