Function: comint-indent-input-line-default
comint-indent-input-line-default is a byte-compiled function defined
in comint.el.gz.
Signature
(comint-indent-input-line-default)
Documentation
Indent current line from comint process output or input.
If point is on output, indent the current line according to the
default value of indent-line-function, otherwise indent the
current line in the indirect buffer created by
comint-indirect-buffer, which see.
Source Code
;; Defined in /usr/src/emacs/lisp/comint.el.gz
(defun comint-indent-input-line-default ()
"Indent current line from comint process output or input.
If point is on output, indent the current line according to the
default value of `indent-line-function', otherwise indent the
current line in the indirect buffer created by
`comint-indirect-buffer', which see."
(comint-indent-input-line (default-value 'indent-line-function)))