From f58ffbb89a656f33a989d3543445bacda93fdba4 Mon Sep 17 00:00:00 2001 From: ueno Date: Sun, 12 Nov 2006 02:45:33 +0000 Subject: [PATCH] Fixed. --- epa.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epa.el b/epa.el index 9844b75..1506f28 100644 --- a/epa.el +++ b/epa.el @@ -824,7 +824,7 @@ Don't use this command in Lisp programs!" (message "Importing %s...done" (file-name-nondirectory file)) (if (epg-context-result-for context 'import) (epa-display-info (epg-import-result-to-string - (epg-context-result-for context 'import))))) + (epg-context-result-for context 'import)))))) ;;;###autoload (defun epa-export-keys (keys file) -- 1.7.10.4