(wl-message-verify-pgp-nonmime): remove unused local variable
authoryoichi <yoichi>
Mon, 12 Jan 2004 04:30:05 +0000 (04:30 +0000)
committeryoichi <yoichi>
Mon, 12 Jan 2004 04:30:05 +0000 (04:30 +0000)
wl/wl-mime.el

index 31ccf2e..85c9c81 100644 (file)
@@ -399,7 +399,7 @@ It calls following-method selected from variable
     (if (and (or (re-search-forward "^-+END PGP SIGNATURE-+$" nil t)
                 (re-search-backward "^-+END PGP SIGNATURE-+$" nil t))
             (re-search-backward "^-+BEGIN PGP SIGNED MESSAGE-+$" nil t))
-       (let (status m-beg)
+       (let (status)
          (let* ((beg (point))
                 (situation (mime-preview-find-boundary-info))
                 (p-end (aref situation 1))