From: morioka Date: Fri, 10 Apr 1998 15:51:56 +0000 (+0000) Subject: Add "rime" instead of "mel" to 'load-path. X-Git-Tag: semi-1_2_2~16 X-Git-Url: http://git.chise.org/gitweb/?p=elisp%2Fsemi.git;a=commitdiff_plain;h=8b89fb5919f85d2680dd891199d9a62517ac30db;hp=993ccab4e4325970bdb1f7fd762a837c20060524 Add "rime" instead of "mel" to 'load-path. --- diff --git a/SEMI-CFG b/SEMI-CFG index 49a3ba3..33f00de 100644 --- 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) @@ -22,14 +22,14 @@ (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."))