Mercurial > hg > xemacs-beta
diff lisp/w3/mm.el @ 82:6a378aca36af r20-0b91
Import from CVS: tag r20-0b91
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:07:36 +0200 |
parents | 9ee227acff29 |
children | 821dec489c24 |
line wrap: on
line diff
--- a/lisp/w3/mm.el Mon Aug 13 09:06:45 2007 +0200 +++ b/lisp/w3/mm.el Mon Aug 13 09:07:36 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)