From: ueno Date: Mon, 1 May 2006 23:52:02 +0000 (+0000) Subject: Fixed. X-Git-Tag: epg-0_0_2~49 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=145b05762bc65ad58ffb7cd4aea2fb53f2adbe0e;p=elisp%2Fepg.git Fixed. --- diff --git a/epg.el b/epg.el index f83c600..9fd321f 100644 --- a/epg.el +++ b/epg.el @@ -1196,8 +1196,8 @@ This function is for internal use only." (match-string 1 string)))) (if (match-beginning 2) (list (cons 'fingerprint - (match-string 3 string))))) - (epg-context-result-for epg-context 'error)))))) + (match-string 3 string)))))) + (epg-context-result-for epg-context 'error))))) (defun epg-passphrase-callback-function (context key-id handback) (read-passwd @@ -1854,7 +1854,7 @@ If you are unsure, use synchronous version of this function KEYS is a list of key IDs" (unwind-protect (progn - (epg-start-receive-keys context (epg-make-data-from-file parameters)) + (epg-start-receive-keys context keys) (epg-wait-for-completion context) (if (epg-context-result-for context 'error) (error "Import keys failed: %S"