Fixed.
authorueno <ueno>
Wed, 12 Apr 2006 08:53:47 +0000 (08:53 +0000)
committerueno <ueno>
Wed, 12 Apr 2006 08:53:47 +0000 (08:53 +0000)
epg.el

diff --git a/epg.el b/epg.el
index d689fba..32ba4a6 100644 (file)
--- a/epg.el
+++ b/epg.el
@@ -662,7 +662,7 @@ For a normal or a clear text signature, STRING should be nil."
        (epg-start-verify context input-file string)
        (epg-wait-for-completion context)
        (epg-context-result-for context 'verify))
-    (epg-reset context))))
+    (epg-reset context)))
 
 ;;;###autoload
 (defun epg-start-sign (context string &optional mode)