From f1470910a5f4448678d7fbfd599a008b4a919a01 Mon Sep 17 00:00:00 2001 From: morioka Date: Tue, 5 May 1998 09:20:37 +0000 Subject: [PATCH] Modify error message for FLIM 1.1.0. --- SEMI-CFG | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SEMI-CFG b/SEMI-CFG index b215354..5160d90 100644 --- a/SEMI-CFG +++ b/SEMI-CFG @@ -1,6 +1,6 @@ ;;; -*-Emacs-Lisp-*- ;;; -;;; $Id: SEMI-CFG,v 1.8 1998-04-29 16:58:09 morioka Exp $ +;;; $Id: SEMI-CFG,v 1.9 1998-05-05 09:20:37 morioka Exp $ ;;; (defvar default-load-path load-path) @@ -29,7 +29,7 @@ (or (module-installed-p 'calist) (error "Please install APEL 8.7 or later.")) (or (module-installed-p 'mel) - (error "Please install FLIM.")) + (error "Please install FLIM 1.1.0 or later.")) (if (module-installed-p 'tm-view) (error "Please remove tm from load-path.")) -- 1.7.10.4