`mime-raw::text-decoder' -> `mime-text-decoder'.
authormorioka <morioka>
Sun, 16 Mar 1997 00:22:03 +0000 (00:22 +0000)
committermorioka <morioka>
Sun, 16 Mar 1997 00:22:03 +0000 (00:22 +0000)
mime-play.el

index 0d70727..504ecdb 100644 (file)
@@ -5,7 +5,7 @@
 ;; Author: MORIOKA Tomohiko <morioka@jaist.ac.jp>
 ;; Created: 1995/9/26 (separated from tm-view.el)
 ;;     Renamed: 1997/2/21 from tm-play.el
-;; Version: $Id: mime-play.el,v 0.17 1997-03-15 22:25:04 morioka Exp $
+;; Version: $Id: mime-play.el,v 0.18 1997-03-16 00:22:03 morioka Exp $
 ;; Keywords: MIME, multimedia, mail, news
 
 ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces).
        (delete-region (point-min) (match-end 0))
       )
     (setq major-mode 'mime/show-message-mode)
-    (setq mime-raw::text-decoder text-decoder)
+    (setq mime-text-decoder text-decoder)
     (mime-view-mode mother)
     ))