From: ueno Date: Mon, 1 May 2006 23:52:29 +0000 (+0000) Subject: Fixed. X-Git-Tag: epg-0_0_2~48 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=6c45474231d6b1143e5a7e688d3779fc280cee55;p=elisp%2Fepg.git Fixed. --- diff --git a/epg.el b/epg.el index 9fd321f..cf4fe9e 100644 --- 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)