From: ueno Date: Thu, 28 Dec 2006 08:34:26 +0000 (+0000) Subject: Fixed parenthesis. X-Git-Tag: epg-0_0_9~3 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=8152b1d6fc8abd49936c27e96db3aaf9127a82c0;p=elisp%2Fepg.git Fixed parenthesis. --- diff --git a/epa.el b/epa.el index a150b16..267637d 100644 --- 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)