Function: eshell-wait-for-process

eshell-wait-for-process is a byte-compiled function defined in esh-proc.el.gz.

This function is obsolete since 31.1; use eshell-wait-for-processes' instead.

Signature

(eshell-wait-for-process &rest PROCS)

Documentation

Wait until PROCS have completed execution.

Source Code

;; Defined in /usr/src/emacs/lisp/eshell/esh-proc.el.gz
(defun eshell-wait-for-process (&rest procs)
  "Wait until PROCS have completed execution."
  (declare (obsolete 'eshell-wait-for-processes "31.1"))
  (eshell-wait-for-processes procs))