Add code to check latest SEMI.
authormorioka <morioka>
Fri, 13 Mar 1998 13:05:12 +0000 (13:05 +0000)
committermorioka <morioka>
Fri, 13 Mar 1998 13:05:12 +0000 (13:05 +0000)
emh.el

diff --git a/emh.el b/emh.el
index 75efd00..67227dd 100644 (file)
--- a/emh.el
+++ b/emh.el
@@ -8,7 +8,6 @@
 ;; Created: 1993/11/21
 ;;     Renamed: 1993/11/27 from mh-e-mime.el
 ;;     Renamed: 1997/02/21 from tm-mh-e.el
-;; Version: $Revision: 1.2 $
 ;; Keywords: MH, MIME, multimedia, encoded-word, multilingual, mail
 
 ;; This file is part of emh.
 
 (require 'mh-e)
 (require 'mime-view)
+(or (get-unified-alist mime-acting-condition '((type . text)))
+    (error "Please install latest SEMI."))
 
 
 ;;; @ version
 ;;;
 
 (defconst emh-RCS-ID
-  "$Id: emh.el,v 1.2 1998-03-13 13:03:17 morioka Exp $")
+  "$Id: emh.el,v 1.3 1998-03-13 13:05:12 morioka Exp $")
 
 (defconst emh-version (get-version-string emh-RCS-ID))