projects
/
elisp
/
semi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0fb479e
)
(mime-verify-multipart/signed): Modify for interface change of
author
morioka
<morioka>
Fri, 22 Jan 1999 13:57:36 +0000
(13:57 +0000)
committer
morioka
<morioka>
Fri, 22 Jan 1999 13:57:36 +0000
(13:57 +0000)
`mime-play-entity'.
mime-pgp.el
patch
|
blob
|
history
diff --git
a/mime-pgp.el
b/mime-pgp.el
index
6bc1c13
..
c500afa
100644
(file)
--- a/
mime-pgp.el
+++ b/
mime-pgp.el
@@
-54,8
+54,7
@@
"Internal method to verify multipart/signed."
(mime-play-entity
(nth 1 (mime-entity-children entity)) ; entity-info of signature
- nil
- (cdr (assq 'mode situation)) ; play-mode
+ (list (assq 'mode situation)) ; play-mode
))