From 8152b1d6fc8abd49936c27e96db3aaf9127a82c0 Mon Sep 17 00:00:00 2001 From: ueno Date: Thu, 28 Dec 2006 08:34:26 +0000 Subject: [PATCH] Fixed parenthesis. --- epa.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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) -- 1.7.10.4