From: ueno Date: Sun, 12 Nov 2006 02:45:33 +0000 (+0000) Subject: Fixed. X-Git-Tag: epg-0_0_8~25 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=f58ffbb89a656f33a989d3543445bacda93fdba4;p=elisp%2Fepg.git Fixed. --- 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)