Mercurial > hg > xemacs-beta
diff lisp/tm/tm-edit.el @ 48:56c54cf7c5b6 r19-16b90
Import from CVS: tag r19-16b90
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:56:04 +0200 |
parents | 7e54bd776075 |
children | 131b0175ea99 |
line wrap: on
line diff
--- a/lisp/tm/tm-edit.el Mon Aug 13 08:55:32 2007 +0200 +++ b/lisp/tm/tm-edit.el Mon Aug 13 08:56:04 2007 +0200 @@ -6,7 +6,7 @@ ;; MORIOKA Tomohiko <morioka@jaist.ac.jp> ;; Maintainer: MORIOKA Tomohiko <morioka@jaist.ac.jp> ;; Created: 1994/08/21 renamed from mime.el -;; Version: $Revision: 1.7 $ +;; Version: $Revision: 1.8 $ ;; Keywords: mail, news, MIME, multimedia, multilingual ;; This file is part of tm (Tools for MIME). @@ -120,7 +120,7 @@ ;;; (defconst mime-editor/RCS-ID - "$Id: tm-edit.el,v 1.7 1997/03/22 05:29:22 steve Exp $") + "$Id: tm-edit.el,v 1.8 1997/08/21 06:24:11 steve Exp $") (defconst mime-editor/version (get-version-string mime-editor/RCS-ID)) @@ -210,6 +210,7 @@ ("image" ("gif") ("jpeg") + ("png") ("tiff") ("x-pic") ("x-mag") @@ -245,6 +246,11 @@ "base64" "inline" (("filename" . file)) ) + ("\\.png$" + "image" "png" nil + "base64" + "inline" (("filename" . file)) + ) ("\\.tiff$" "image" "tiff" nil "base64"