* wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
authoryoichi <yoichi>
Wed, 13 Nov 2002 07:32:36 +0000 (07:32 +0000)
committeryoichi <yoichi>
Wed, 13 Nov 2002 07:32:36 +0000 (07:32 +0000)
Use `wl-cs-autoconv'.

wl/ChangeLog
wl/wl-mime.el

index 2bd50de..116f7a7 100644 (file)
@@ -1,3 +1,8 @@
+2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
+       Use `wl-cs-autoconv'.
+
 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
 
        * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
index 443490e..824d11d 100644 (file)
@@ -305,7 +305,7 @@ It calls following-method selected from variable
          (setq end (match-end 0))
          (if (setq beg (re-search-backward "^-+BEGIN PGP MESSAGE-+$" nil t))
              (let ((inhibit-read-only t)
-                   (buffer-file-coding-system mime-view-automatic-conversion))
+                   (buffer-file-coding-system wl-cs-autoconv))
                (setq status (pgg-decrypt-region beg end))
                (pgg-display-output-buffer beg end status))
            (message "Cannot find pgp encrypted region")))