Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
97d4bdba
Commit
97d4bdba
authored
Sep 11, 2009
by
Daiki Ueno
Browse files
Fix the last commit.
parent
b18508dd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
lisp/ChangeLog
lisp/ChangeLog
+1
-1
lisp/epg.el
lisp/epg.el
+1
-0
No files found.
lisp/ChangeLog
View file @
97d4bdba
...
...
@@ -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>
...
...
lisp/epg.el
View file @
97d4bdba
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment