`mime/viewer-mode' -> `mime-view-mode'.
authortmorioka <tmorioka>
Thu, 27 Feb 1997 09:00:33 +0000 (09:00 +0000)
committertmorioka <tmorioka>
Thu, 27 Feb 1997 09:00:33 +0000 (09:00 +0000)
mime-play.el

index 9863aa2..4152c64 100644 (file)
@@ -5,8 +5,8 @@
 ;; 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.3 1997-02-27 08:34:21 tmorioka Exp $
-;; Keywords: mail, news, MIME, multimedia
+;; Version: $Id: mime-play.el,v 0.4 1997-02-27 09:00:33 tmorioka Exp $
+;; Keywords: MIME, multimedia, mail, news
 
 ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces).
 
@@ -468,7 +468,7 @@ return new alist whose car is the new pair and cdr is ALIST.
       )
     (setq major-mode 'mime/show-message-mode)
     (setq mime::article/code-converter code-converter)
-    (mime/viewer-mode mother)
+    (mime-view-mode mother)
     ))
 
 
@@ -544,7 +544,7 @@ return new alist whose car is the new pair and cdr is ALIST.
            (erase-buffer)
            (as-binary-input-file (insert-file-contents file))
            (setq major-mode 'mime/show-message-mode)
-           (mime/viewer-mode mother)
+           (mime-view-mode mother)
            )
          (set-window-buffer pwin
                             (save-excursion
@@ -614,7 +614,7 @@ return new alist whose car is the new pair and cdr is ALIST.
                       ))
                (save-window-excursion
                  (setq major-mode 'mime/show-message-mode)
-                 (mime/viewer-mode mother)
+                 (mime-view-mode mother)
                  )
                (let ((pwin (or (get-buffer-window mother)
                                (get-largest-window)