Function: eshell-beginning-of-output

eshell-beginning-of-output is a byte-compiled function defined in esh-mode.el.gz.

Signature

(eshell-beginning-of-output)

Documentation

Return the location of the end of the previous output block.

Source Code

;; Defined in /usr/src/emacs/lisp/eshell/esh-mode.el.gz
(defun eshell-beginning-of-output ()
  "Return the location of the end of the previous output block."
  eshell-last-input-end)