From 145b05762bc65ad58ffb7cd4aea2fb53f2adbe0e Mon Sep 17 00:00:00 2001 From: ueno Date: Mon, 1 May 2006 23:52:02 +0000 Subject: [PATCH] Fixed. --- epg.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" -- 1.7.10.4