Fixed parenthesis.
authorueno <ueno>
Thu, 28 Dec 2006 08:34:26 +0000 (08:34 +0000)
committerueno <ueno>
Thu, 28 Dec 2006 08:34:26 +0000 (08:34 +0000)
epa.el

diff --git a/epa.el b/epa.el
index a150b16..267637d 100644 (file)
--- a/epa.el
+++ b/epa.el
@@ -672,8 +672,8 @@ d - Create a detached signature
 ? - Show this help
 "))))
                         (t
-                         (throw 'done nil)))))))
-        'clear))
+                         (throw 'done nil))))))
+          'clear)))
   (let ((signature (concat file
                           (if (eq epa-protocol 'OpenPGP)
                               (if (or epa-armor
@@ -862,8 +862,8 @@ d - Create a detached signature
 ? - Show this help
 "))))
                           (t
-                           (throw 'done nil)))))))
-          'clear)))
+                           (throw 'done nil))))))
+            'clear))))
   (save-excursion
     (let ((context (epg-make-context epa-protocol))
          signature)