(epg-wait-for-completion): Add a comment explaining the reason of the
previous change.
This commit is contained in:
parent
22d47d5e2b
commit
2a268ee2c5
1 changed files with 1 additions and 0 deletions
|
@ -1176,6 +1176,7 @@ This function is for internal use only."
|
|||
"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)
|
||||
|
|
Loading…
Add table
Reference in a new issue