# HG changeset patch # User Daiki Ueno # Date 1252709283 0 # Node ID a19ada8077542e38cb15b30773a2b736e2697797 # Parent aa7ac26deae063335832d5a3b1c68469c8b45a7c Fix the last commit. diff -r aa7ac26deae0 -r a19ada807754 lisp/ChangeLog --- a/lisp/ChangeLog Fri Sep 11 22:46:14 2009 +0000 +++ b/lisp/ChangeLog Fri Sep 11 22:48:03 2009 +0000 @@ -3,7 +3,7 @@ * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA. (epg-digest-algorithm-alist): Add SHA224. (epg-context-set-passphrase-callback) - (epg-context-set-progress-callback): Add more description about + (epg-context-set-progress-callback): Add description about callback function. 2009-09-11 Stefan Monnier diff -r aa7ac26deae0 -r a19ada807754 lisp/epg.el --- a/lisp/epg.el Fri Sep 11 22:46:14 2009 +0000 +++ b/lisp/epg.el Fri Sep 11 22:48:03 2009 +0000 @@ -332,6 +332,7 @@ PASSPHRASE-CALLBACK is either a function, or a cons-cell whose car is a function and cdr is a callback data. + The function gets three arguments: the context, the key-id in question, and the callback data (if any)." (unless (eq (car-safe context) 'epg-context)