From: ueno Date: Wed, 12 Apr 2006 01:24:16 +0000 (+0000) Subject: Fixed. X-Git-Tag: epgsm-branchpoint~144 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=868a4a202dbbfb6e8c17ef242bb9614bcdba264c;p=elisp%2Fepg.git Fixed. --- 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))))