(mime-article/view-application/pgp): `mime-charset/decode-buffer' ->
authormorioka <morioka>
Sun, 16 Mar 1997 00:02:55 +0000 (00:02 +0000)
committermorioka <morioka>
Sun, 16 Mar 1997 00:02:55 +0000 (00:02 +0000)
`mime-text-decode-buffer'.

mime-pgp.el

index 5a567b6..10a5bb6 100644 (file)
@@ -5,7 +5,7 @@
 ;; Author: MORIOKA Tomohiko <morioka@jaist.ac.jp>
 ;; Created: 1995/12/7
 ;;     Renamed: 1997/2/27 from tm-pgp.el
-;; Version: $Id: mime-pgp.el,v 0.12 1997-03-15 23:59:09 morioka Exp $
+;; Version: $Id: mime-pgp.el,v 0.13 1997-03-16 00:02:55 morioka Exp $
 ;; Keywords: PGP, security, MIME, multimedia, mail, news
 
 ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces).
@@ -95,7 +95,7 @@
                          (and
                           (search-forward "\n\n")
                           (match-end 0)))
-          (setq text-decoder (function mime-charset/decode-buffer))
+          (setq text-decoder (function mime-text-decode-buffer))
           ))
     (setq major-mode 'mime/show-message-mode)
     (setq mime-text-decoder text-decoder)