diff options
author | Miles Bader <miles@gnu.org> | 2008-02-24 15:23:45 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2008-02-24 15:23:45 +0000 |
commit | f5490ddcb4374e73c07a5729b4cfd7fbffd8b60a (patch) | |
tree | 2f080ea4ce2029a6a24c8456d00f449b805f0f32 /lisp/gnus/mml.el | |
parent | 2a36efcfc245388b81913d2b192ee9ca74cb4a04 (diff) | |
download | emacs-f5490ddcb4374e73c07a5729b4cfd7fbffd8b60a.tar.gz |
Revert removal of `mm-hack-charsets' in Gnus
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1076
Diffstat (limited to 'lisp/gnus/mml.el')
-rw-r--r-- | lisp/gnus/mml.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/gnus/mml.el b/lisp/gnus/mml.el index c335e985d0e..2b5987e5e6e 100644 --- a/lisp/gnus/mml.el +++ b/lisp/gnus/mml.el @@ -284,7 +284,8 @@ part. This is for the internal use, you should never modify the value.") (list (intern (downcase (cdr (assq 'charset tag)))))) (t - (mm-find-mime-charset-region point (point))))) + (mm-find-mime-charset-region point (point) + mm-hack-charsets)))) (when (and (not raw) (memq nil charsets)) (if (or (memq 'unknown-encoding mml-confirmation-set) (message-options-get 'unknown-encoding) |