give CONTEXT to epg-list-keys.
Thanks to Steve Youngs <steve@sxemacs.org>
+2006-07-28 Daiki Ueno <ueno@unixuser.org>
+
+ * pgg-epg.el (pgg-epg-encrypt-region): Fixed a bug; it didn't
+ give CONTEXT to epg-list-keys.
+ Thanks to Steve Youngs <steve@sxemacs.org>
+
2006-07-18 Daiki Ueno <ueno@unixuser.org>
* epg-pgp50i.el (epg-pgp50i--process-filter): Use
(buffer-substring start end)
(mapcar
(lambda (recipient)
- (car (epg-list-keys recipient)))
+ (car (epg-list-keys context recipient)))
(if pgg-encrypt-for-me
(cons pgg-default-user-id recipients)
recipients))