Variable: eshell-ensure-newline-p
eshell-ensure-newline-p is a variable defined in esh-io.el.gz.
Value
nil
Documentation
If non-nil, ensure that a newline is emitted after a Lisp form.
This can be changed by Lisp forms that are evaluated from the
Eshell command line. This behavior only applies to line-oriented
output targets (see eshell-target-line-oriented-p.
Source Code
;; Defined in /usr/src/emacs/lisp/eshell/esh-io.el.gz
(defvar eshell-ensure-newline-p nil
"If non-nil, ensure that a newline is emitted after a Lisp form.
This can be changed by Lisp forms that are evaluated from the
Eshell command line. This behavior only applies to line-oriented
output targets (see `eshell-target-line-oriented-p'.")