From: yoichi Date: Mon, 12 Jan 2004 04:30:05 +0000 (+0000) Subject: (wl-message-verify-pgp-nonmime): remove unused local variable X-Git-Tag: wl-2_11_24~42 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=c44221a6c36200328ea7046acc5743ad98c3bdf7;p=elisp%2Fwanderlust.git (wl-message-verify-pgp-nonmime): remove unused local variable --- diff --git a/wl/wl-mime.el b/wl/wl-mime.el index 31ccf2e..85c9c81 100644 --- a/wl/wl-mime.el +++ b/wl/wl-mime.el @@ -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))