From: ueno Date: Mon, 1 May 2006 02:17:28 +0000 (+0000) Subject: Fixed. X-Git-Tag: epg-0_0_2~58 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=aa1e959175e3d3814f06755016c05e2c16cc9d76;p=elisp%2Fepg.git Fixed. --- diff --git a/epg.el b/epg.el index e23e883..fb764a6 100644 --- a/epg.el +++ b/epg.el @@ -1459,7 +1459,7 @@ If you are unsure, use synchronous version of this function (process-send-string (epg-context-process context) (epg-data-string plain))) (if (eq (process-status (epg-context-process context)) 'run) - (process-send-eof (epg-context-process context)))) + (process-send-eof (epg-context-process context))))) ;;;###autoload (defun epg-sign-file (context plain signature &optional mode)