projects
/
elisp
/
epg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c45474
)
Fixed.
author
ueno
<ueno>
Mon, 1 May 2006 23:53:01 +0000
(23:53 +0000)
committer
ueno
<ueno>
Mon, 1 May 2006 23:53:01 +0000
(23:53 +0000)
epg.el
patch
|
blob
|
history
diff --git
a/epg.el
b/epg.el
index
cf4fe9e
..
2fc07de
100644
(file)
--- a/
epg.el
+++ b/
epg.el
@@
-1857,7
+1857,7
@@
KEYS is a list of key IDs"
(epg-start-receive-keys context keys)
(epg-wait-for-completion context)
(if (epg-context-result-for context 'error)
- (error "Import keys failed: %S"
+ (error "Receive keys failed: %S"
(epg-context-result-for context 'error))))
(epg-reset context)))