Variable: eshell-ensure-newline-p

eshell-ensure-newline-p is a variable defined in esh-cmd.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.

Source Code

;; Defined in /usr/src/emacs/lisp/eshell/esh-cmd.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.")