From: tmorioka Date: Thu, 27 Feb 1997 09:00:33 +0000 (+0000) Subject: `mime/viewer-mode' -> `mime-view-mode'. X-Git-Tag: Hokutetsu-Ishikawa-new~246 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=3c6d6b3f11b43b38148be1e43155c9edf1b35f2f;p=elisp%2Fsemi.git `mime/viewer-mode' -> `mime-view-mode'. --- diff --git a/mime-play.el b/mime-play.el index 9863aa2..4152c64 100644 --- a/mime-play.el +++ b/mime-play.el @@ -5,8 +5,8 @@ ;; Author: MORIOKA Tomohiko ;; 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)