(pgg-gpg-process-region): Accept any remaining pending output coming
after the status change.
This commit is contained in:
parent
7b044f8d8e
commit
9d96724002
1 changed files with 3 additions and 0 deletions
|
|
@ -106,6 +106,9 @@
|
|||
(process-send-eof process)
|
||||
(while (eq 'run (process-status process))
|
||||
(accept-process-output process 5))
|
||||
;; Accept any remaining pending output coming after the
|
||||
;; status change.
|
||||
(accept-process-output process 5)
|
||||
(setq status (process-status process)
|
||||
exit-status (process-exit-status process))
|
||||
(delete-process process)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue