1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00:00

Fix the last commit.

This commit is contained in:
Daiki Ueno 2009-09-11 22:48:03 +00:00
parent b18508ddd0
commit 97d4bdba7e
2 changed files with 2 additions and 1 deletions

View File

@ -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 <monnier@iro.umontreal.ca>

View File

@ -332,6 +332,7 @@ This function is for internal use only."
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)