From 868a4a202dbbfb6e8c17ef242bb9614bcdba264c Mon Sep 17 00:00:00 2001 From: ueno Date: Wed, 12 Apr 2006 01:24:16 +0000 Subject: [PATCH] Fixed. --- epg.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/epg.el b/epg.el index cf6cdd4..c3317af 100644 --- a/epg.el +++ b/epg.el @@ -540,8 +540,7 @@ If you are unsure, use synchronous version of this function (if (eq (process-status (epg-context-process context)) 'run) (process-send-string (epg-context-process context) string))) ;; Normal (or cleartext) signature. - (epg-start context - (list "--verify")) + (epg-start context (list "--verify")) (if (eq (process-status (epg-context-process context)) 'run) (process-send-string (epg-context-process context) signature)))) -- 1.7.10.4