Mercurial > emacs
changeset 103143:4369a496f39e
(epg-wait-for-completion): Add a comment explaining the reason of the
previous change.
author | Daiki Ueno <ueno@unixuser.org> |
---|---|
date | Mon, 04 May 2009 01:33:32 +0000 |
parents | 5799cf56cf25 |
children | 07abc555283e |
files | lisp/epg.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/epg.el Mon May 04 01:18:11 2009 +0000 +++ b/lisp/epg.el Mon May 04 01:33:32 2009 +0000 @@ -1176,6 +1176,7 @@ "Wait until the `epg-gpg-program' process completes." (while (eq (process-status (epg-context-process context)) 'run) (accept-process-output (epg-context-process context) 1)) + ;; This line is needed to run the process-filter right now. (sleep-for 0.1)) (defun epg-reset (context)