(dump-94x94-ccs-to-ucs-table): Use `encode-char' with `defined-only'
[chise/tomoyo-tools.git] / TOMOYO-ELS
1 ;;; -*-Emacs-Lisp-*-
2
3 ;; TOMOYO-ELS: list of TOMOYO modules to install
4
5 ;;; Code:
6
7 (setq tomoyo-modules-to-compile
8       '(ideo-trans
9         csv char-db-dump dump-tables))
10
11 (setq tomoyo-modules-not-to-compile nil)
12
13 (setq tomoyo-modules (append tomoyo-modules-to-compile
14                              tomoyo-modules-not-to-compile))
15
16 ;;; TOMOYO-ELS ends here