Fixed.
authorueno <ueno>
Mon, 1 May 2006 23:52:29 +0000 (23:52 +0000)
committerueno <ueno>
Mon, 1 May 2006 23:52:29 +0000 (23:52 +0000)
epg.el

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
-(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
@@ -1862,7 +1862,7 @@ KEYS is a list of key IDs"
     (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)