From: morioka Date: Fri, 16 Oct 1998 11:52:41 +0000 (+0000) Subject: From Shozo UEHARA at [tm-ja:3432] X-Git-Tag: semi-1_10_0~24 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=03b4b279996491568b4ab0c9c6e22fa7d81c4279;p=elisp%2Fsemi.git From Shozo UEHARA at [tm-ja:3432] and [tm-ja:3486]: (mime-raw-play-entity): initialize `max-escore' by 0. --- diff --git a/mime-play.el b/mime-play.el index fadea22..11fc355 100644 --- a/mime-play.el +++ b/mime-play.el @@ -229,7 +229,7 @@ specified, play as it. Default MODE is \"play\"." (if (cdr ret) (let ((rest ret) (max-score 0) - max-escore + (max-escore 0) max-examples max-situations) (while rest