Function: term-stop-output-log

term-stop-output-log is an interactive and byte-compiled function defined in term.el.gz.

Signature

(term-stop-output-log)

Documentation

Discontinue raw inferior process logging.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/term.el.gz
(defun term-stop-output-log ()
  "Discontinue raw inferior process logging."
  (interactive)
  (term-start-output-log nil))