Function: eshell-run-output-filters

eshell-run-output-filters is a byte-compiled function defined in esh-mode.el.gz.

Signature

(eshell-run-output-filters)

Documentation

Run the eshell-output-filter-functions on the current output.

Source Code

;; Defined in /usr/src/emacs/lisp/eshell/esh-mode.el.gz
(defun eshell-run-output-filters ()
  "Run the `eshell-output-filter-functions' on the current output."
  (save-current-buffer
    (run-hooks 'eshell-output-filter-functions))
  (setq eshell-last-output-block-begin
	(marker-position eshell-last-output-end)))