(load-path): Must add current-directory.
authortomo <tomo>
Fri, 14 Dec 2001 09:22:29 +0000 (09:22 +0000)
committertomo <tomo>
Fri, 14 Dec 2001 09:22:29 +0000 (09:22 +0000)
- Display error message if `install' is not found.

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.