]> git.eshelyaron.com Git - emacs.git/commit
Utilize `make-process' in epg.el
authorDaiki Ueno <ueno@gnu.org>
Sat, 11 Apr 2015 07:31:59 +0000 (16:31 +0900)
committerDaiki Ueno <ueno@gnu.org>
Sat, 11 Apr 2015 22:00:41 +0000 (07:00 +0900)
commitccade56fbee75dfebc6e1826738550a1c131d933
treeb7d155b996c1088519aeeeb21689d57ffb3df1df
parent24ecbc008f13c9fb18eac6e1895ea83bb70c4139
Utilize `make-process' in epg.el

* lisp/epg.el (epg-error-output): Abolish.
(epg-context): New slot `error-buffer'.
(epg--start): Use `make-process' and `make-pipe-process'.
(epg--process-filter): Remove code separating stderr from stdout.
(epg-wait-for-completion): Simplify `error-output' handling.
(epg-reset): Dispose error buffer.
lisp/epg.el