mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Fix the last commit.
This commit is contained in:
parent
b18508ddd0
commit
97d4bdba7e
2 changed files with 2 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue