tm 7.75.
[elisp/tm.git] / tm-text.el
index 058c0e8..613aa6e 100644 (file)
@@ -8,7 +8,7 @@
 ;;;
 ;;; Author: MORIOKA Tomohiko <morioka@jaist.ac.jp>
 ;;; Version:
-;;;    $Id: tm-text.el,v 7.20 1996/07/18 12:46:20 morioka Exp $
+;;;    $Id: tm-text.el,v 7.21 1996/07/29 01:13:20 morioka Exp $
 ;;; Keywords: mail, news, MIME, multimedia, text
 ;;;
 ;;; This file is part of tm (Tools for MIME).
@@ -45,7 +45,7 @@
 
 (defun mime-charset/maybe-decode-buffer (charset &optional encoding)
   (or (member encoding '(nil "7bit" "8bit" "binary"))
-      (mime-charset/decode-buffer beg end charset)
+      (mime-charset/decode-buffer charset)
       ))
 
 (defun mime-preview/decode-text-buffer (charset encoding)