From: morioka Date: Mon, 8 Jun 1998 12:16:47 +0000 (+0000) Subject: (mime-preview-multipart/alternative): Fix typo. X-Git-Tag: semi-1_5_4~12 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=d63c479807ee9e98680f6cbd06362a71ccd3a7ba;p=elisp%2Fsemi.git (mime-preview-multipart/alternative): Fix typo. --- diff --git a/mime-view.el b/mime-view.el index 1d73007..3e977e7 100644 --- a/mime-view.el +++ b/mime-view.el @@ -588,7 +588,7 @@ MEDIA-TYPE must be (TYPE . SUBTYPE), TYPE or t. t means default." (copy-alist situation)))) ) (setq children (cdr children) - situation (cdr situations) + situations (cdr situations) i (1+ i)) )))