From c44221a6c36200328ea7046acc5743ad98c3bdf7 Mon Sep 17 00:00:00 2001 From: yoichi Date: Mon, 12 Jan 2004 04:30:05 +0000 Subject: [PATCH] (wl-message-verify-pgp-nonmime): remove unused local variable --- wl/wl-mime.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 1.7.10.4