From: ueno Date: Thu, 20 Apr 2006 08:20:52 +0000 (+0000) Subject: Fixed. X-Git-Tag: epgsm-branchpoint~10 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=422a904786c827b165bc6d9d5c1e00f07cdd2ee0;p=elisp%2Fepg.git Fixed. --- diff --git a/epg.el b/epg.el index 147eda5..3ba189f 100644 --- a/epg.el +++ b/epg.el @@ -1174,8 +1174,8 @@ If you are unsure, use synchronous version of this function (if (epg-data-file plain) (list (epg-data-file plain))))) (if sign - (epg-wait-for-status context '("BEGIN_SIGNING"))) - (epg-wait-for-status context '("BEGIN_ENCRYPTION")) + (epg-wait-for-status context '("BEGIN_SIGNING")) + (epg-wait-for-status context '("BEGIN_ENCRYPTION"))) (if (and (epg-data-string plain) (eq (process-status (epg-context-process context)) 'run)) (process-send-string (epg-context-process context)