From: morioka Date: Wed, 29 Apr 1998 16:58:09 +0000 (+0000) Subject: Modify messages for APEL 8.7. X-Git-Tag: semi-1_3_4~3 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=e21fcbcdeb81ba404084090c5b4bc48ffa811e7a;p=elisp%2Fsemi.git Modify messages for APEL 8.7. --- diff --git a/SEMI-CFG b/SEMI-CFG index 17a2846..b215354 100644 --- a/SEMI-CFG +++ b/SEMI-CFG @@ -1,6 +1,6 @@ ;;; -*-Emacs-Lisp-*- ;;; -;;; $Id: SEMI-CFG,v 1.7 1998-04-13 15:28:52 morioka Exp $ +;;; $Id: SEMI-CFG,v 1.8 1998-04-29 16:58:09 morioka Exp $ ;;; (defvar default-load-path load-path) @@ -18,7 +18,7 @@ (condition-case nil (require 'install) - (error (error "Please install APEL 8.2 or later."))) + (error (error "Please install APEL 8.7 or later."))) (require 'cl) (add-path "bitmap-mule") @@ -27,7 +27,7 @@ (add-to-list 'load-path (expand-file-name ".")) (or (module-installed-p 'calist) - (error "Please install APEL 8.2 or later.")) + (error "Please install APEL 8.7 or later.")) (or (module-installed-p 'mel) (error "Please install FLIM.")) (if (module-installed-p 'tm-view)