Add "rime" instead of "mel" to 'load-path.
authormorioka <morioka>
Fri, 10 Apr 1998 15:51:56 +0000 (15:51 +0000)
committermorioka <morioka>
Fri, 10 Apr 1998 15:51:56 +0000 (15:51 +0000)
SEMI-CFG

index 49a3ba3..33f00de 100644 (file)
--- a/SEMI-CFG
+++ b/SEMI-CFG
@@ -1,6 +1,6 @@
 ;;; -*-Emacs-Lisp-*-
 ;;;
-;;; $Id: SEMI-CFG,v 1.4 1998-03-20 07:04:30 morioka Exp $
+;;; $Id: SEMI-CFG,v 1.5 1998-04-10 15:51:56 morioka Exp $
 ;;;
 
 (defvar default-load-path load-path)
 (require 'cl)
 
 (add-path "bitmap-mule")
-(add-path "mel")
+(add-path "rime")
 
 (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."))
+    (error "Please install RIME."))
 (if (module-installed-p 'tm-view)
     (error "Please remove tm from load-path."))