Fixed.
authorueno <ueno>
Wed, 12 Apr 2006 01:24:16 +0000 (01:24 +0000)
committerueno <ueno>
Wed, 12 Apr 2006 01:24:16 +0000 (01:24 +0000)
epg.el

diff --git a/epg.el b/epg.el
index cf6cdd4..c3317af 100644 (file)
--- 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))))