Function: eshell-print
eshell-print is a byte-compiled function defined in esh-io.el.gz.
Signature
(eshell-print OBJECT)
Documentation
Output OBJECT to the standard output handle.
Source Code
;; Defined in /usr/src/emacs/lisp/eshell/esh-io.el.gz
(defsubst eshell-print (object)
"Output OBJECT to the standard output handle."
(eshell-output-object object eshell-output-handle))