Function: pfuture-stderr
pfuture-stderr is a byte-compiled function defined in pfuture.el.
Signature
(pfuture-stderr PROCESS)
Documentation
Return the error output of a pfuture PROCESS.
Source Code
;; Defined in ~/.emacs.d/elpa/pfuture-20220913.1401/pfuture.el
(define-inline pfuture-stderr (process)
"Return the error output of a pfuture PROCESS."
(declare (side-effect-free t))
(inline-letevals (process)
(inline-quote
(process-get ,process 'stderr))))