Sync up with semi-1_4_6.
authormorioka <morioka>
Mon, 1 Jun 1998 14:11:41 +0000 (14:11 +0000)
committermorioka <morioka>
Mon, 1 Jun 1998 14:11:41 +0000 (14:11 +0000)
mime-view.el
semi-def.el

index f68af9d..03bdcbf 100644 (file)
@@ -1326,7 +1326,7 @@ If reached to (point-min), it calls function registered in variable
     (let (point)
       (save-excursion
        (catch 'tag
-         (while (> (point) 1)
+         (while (not (bobp))
            (if (setq point
                      (previous-single-property-change (point)
                                                       'mime-view-entity))
index 2b0fe25..3a6a2d6 100644 (file)
@@ -29,7 +29,7 @@
 (eval-when-compile (require 'cl))
 
 
-(defconst mime-module-version '("REMI" "Shimao" 1 4 1)
+(defconst mime-module-version '("SEMI" "Ny\e,D~\e(Bzen" 1 4 6)
   "Implementation name, version name and numbers of MIME-kernel package.")
 
 (autoload 'mule-caesar-region "mule-caesar"