update.
[elisp/semi.git] / SEMI-CFG
index 61a3adb..49a3ba3 100644 (file)
--- a/SEMI-CFG
+++ b/SEMI-CFG
@@ -1,6 +1,6 @@
 ;;; -*-Emacs-Lisp-*-
 ;;;
-;;; $Id: SEMI-CFG,v 1.1 1998-03-12 19:00:46 morioka Exp $
+;;; $Id: SEMI-CFG,v 1.4 1998-03-20 07:04:30 morioka Exp $
 ;;;
 
 (defvar default-load-path load-path)
@@ -16,7 +16,9 @@
   (add-to-list 'load-path (expand-file-name "apel" LISPDIR))
   )
 
-(require 'install)
+(condition-case nil
+    (require 'install)
+  (error (error "Please install APEL.")))
 (require 'cl)
 
 (add-path "bitmap-mule")
 
 (add-to-list 'load-path (expand-file-name "."))
 
+(or (module-installed-p 'calist)
+    (error "Please install latest APEL."))
+(or (module-installed-p 'mel)
+    (error "Please install MEL."))
+(if (module-installed-p 'tm-view)
+    (error "Please remove tm from load-path."))
+
 
 ;;; @ Please specify optional package directory if you use them.
 ;;;