projects
/
elisp
/
wanderlust.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8238b40
)
(wl-message-verify-pgp-nonmime): remove unused local variable
author
yoichi
<yoichi>
Mon, 12 Jan 2004 04:30:05 +0000
(
04:30
+0000)
committer
yoichi
<yoichi>
Mon, 12 Jan 2004 04:30:05 +0000
(
04:30
+0000)
wl/wl-mime.el
patch
|
blob
|
history
diff --git
a/wl/wl-mime.el
b/wl/wl-mime.el
index
31ccf2e
..
85c9c81
100644
(file)
--- 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))