(char-db-dump-additional-precomposed): New function.
[chise/tomoyo-tools.git] / TOMOYO-CFG
index 9a82852..acbddfd 100644 (file)
@@ -4,7 +4,11 @@
 
 ;;; Code:
 
-(require 'install)
+(add-to-list 'load-path (expand-file-name "."))
+
+(condition-case nil
+    (require 'install)
+  (error (error "Please install APEL.")))
 
 
 ;;; @ Please specify prefix of install directory.