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:
145b057
)
Fixed.
author
ueno
<ueno>
Mon, 1 May 2006 23:52:29 +0000
(23:52 +0000)
committer
ueno
<ueno>
Mon, 1 May 2006 23:52:29 +0000
(23:52 +0000)
epg.el
patch
|
blob
|
history
diff --git
a/epg.el
b/epg.el
index
9fd321f
..
cf4fe9e
100644
(file)
--- a/
epg.el
+++ b/
epg.el
@@
-1849,7
+1849,7
@@
If you are unsure, use synchronous version of this function
(epg-start context (cons "--recv-keys" key-id-list)))
;;;###autoload
(epg-start context (cons "--recv-keys" key-id-list)))
;;;###autoload
-(defun epg-import-keys-from-server (context keys)
+(defun epg-receive-keys (context keys)
"Add keys from server.
KEYS is a list of key IDs"
(unwind-protect
"Add keys from server.
KEYS is a list of key IDs"
(unwind-protect
@@
-1862,7
+1862,7
@@
KEYS is a list of key IDs"
(epg-reset context)))
;;;###autoload
(epg-reset context)))
;;;###autoload
-(defalias 'epg-receive-keys 'epg-import-keys-from-server)
+(defalias 'epg-import-keys-from-server 'epg-receive-keys)
;;;###autoload
(defun epg-start-delete-keys (context keys &optional allow-secret)
;;;###autoload
(defun epg-start-delete-keys (context keys &optional allow-secret)