From e21fcbcdeb81ba404084090c5b4bc48ffa811e7a Mon Sep 17 00:00:00 2001 From: morioka Date: Wed, 29 Apr 1998 16:58:09 +0000 Subject: [PATCH] Modify messages for APEL 8.7. --- SEMI-CFG | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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) -- 1.7.10.4