Mercurial > hg > xemacs-beta
diff lisp/w3/mm.el @ 16:0293115a14e9 r19-15b91
Import from CVS: tag r19-15b91
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:49:20 +0200 |
parents | 9ee227acff29 |
children | 441bb1e64a06 |
line wrap: on
line diff
--- a/lisp/w3/mm.el Mon Aug 13 08:48:43 2007 +0200 +++ b/lisp/w3/mm.el Mon Aug 13 08:49:20 2007 +0200 @@ -6,7 +6,7 @@ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;; Copyright (c) 1994, 1995, 1996 by William M. Perry (wmperry@cs.indiana.edu) -;;; Copyright (c) 1996 Free Software Foundation, Inc. +;;; Copyright (c) 1996, 1997 Free Software Foundation, Inc. ;;; ;;; This file is not part of GNU Emacs, but the same permissions apply. ;;; @@ -298,7 +298,7 @@ not.") (defvar mm-content-transfer-encodings - '(("base64" . base64-decode) + '(("base64" . base64-decode-region) ("7bit" . ignore) ("8bit" . ignore) ("binary" . ignore) @@ -925,6 +925,7 @@ (".pdf" . "application/pdf") (".pgm" . "image/portable-graymap") (".pict" . "image/pict") + (".png" . "image/png") (".pnm" . "image/x-portable-anymap") (".ppm" . "image/portable-pixmap") (".ps" . "application/postscript")