From 0270fcae6559f4c2af4beedd219019f3fc77d01a Mon Sep 17 00:00:00 2001 From: morioka Date: Tue, 27 May 1997 03:11:47 +0000 Subject: [PATCH] applied Steven L. Baur 's patch: Add image/png mime type. (cf.[tm-en:1334]) --- mime-image.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mime-image.el b/mime-image.el index d865010..1a7f937 100644 --- a/mime-image.el +++ b/mime-image.el @@ -9,7 +9,7 @@ ;; Created: 1995/12/15 ;; Renamed: 1997/2/21 from tm-image.el ;; Version: -;; $Id: mime-image.el,v 0.10 1997-04-03 18:09:35 morioka Exp $ +;; $Id: mime-image.el,v 0.11 1997-05-27 03:11:47 morioka Exp $ ;; Keywords: image, picture, X-Face, MIME, multimedia, mail, news @@ -135,6 +135,7 @@ ("image/x-xpixmap" . xpm) ("image/x-pic" . pic) ("image/x-mag" . mag) + ("image/png" . png) )) (defvar mime-view-ps-to-gif-command "pstogif") -- 1.7.10.4