From: ueno Date: Sun, 24 Sep 2006 00:15:21 +0000 (+0000) Subject: Fixed. X-Git-Tag: epg-0_0_6~17 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=c1babcf7986279159bdb80e02726adf8c96cae83;p=elisp%2Fepg.git Fixed. --- diff --git a/epg.el b/epg.el index 0f0b133..85bb3fa 100644 --- a/epg.el +++ b/epg.el @@ -1590,7 +1590,8 @@ If you are unsure, use synchronous version of this function (if (epg-data-file signed-text) (epg--start context (list "--verify" "--" (epg-data-file signature) (epg-data-file signed-text))) - (epg--start context (list "--verify" (epg-data-file signature) "-")) + (epg--start context (list "--verify" "--" (epg-data-file signature) + "-")) (if (eq (process-status (epg-context-process context)) 'run) (process-send-string (epg-context-process context) (epg-data-string signed-text)))