From: morioka Date: Tue, 27 May 1997 03:10:23 +0000 (+0000) Subject: applied Steven L. Baur 's patch: X-Git-Tag: semi-0_88~12 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=1f45e80be16ee742a40cb49eddb566a00b8624a7;p=elisp%2Fsemi.git applied Steven L. Baur 's patch: (mime-acting-condition): Add image/png mime type. (cf.[tm-en:1334]) --- diff --git a/mime-view.el b/mime-view.el index 71ffc4f..47d2d88 100644 --- a/mime-view.el +++ b/mime-view.el @@ -6,7 +6,7 @@ ;; Created: 1994/7/13 ;; Renamed: 1994/8/31 from tm-body.el ;; Renamed: 1997/02/19 from tm-view.el -;; Version: $Revision: 0.89 $ +;; Version: $Revision: 0.90 $ ;; Keywords: MIME, multimedia, mail, news ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces). @@ -40,7 +40,7 @@ ;;; (defconst mime-view-RCS-ID - "$Id: mime-view.el,v 0.89 1997-05-23 22:13:47 morioka Exp $") + "$Id: mime-view.el,v 0.90 1997-05-27 03:10:23 morioka Exp $") (defconst mime-view-version (get-version-string mime-view-RCS-ID)) @@ -78,6 +78,10 @@ (method "tm-image" nil 'file 'type 'encoding 'mode 'name) (mode "play" "print") ) + ((type . "image/png") + (method "tm-image" nil 'file 'type 'encoding 'mode 'name) + (mode "play" "print") + ) ((type . "image/tiff") (method "tm-image" nil 'file 'type 'encoding 'mode 'name) (mode "play" "print")