Variable: eshell-hist--new-items
eshell-hist--new-items is a variable defined in em-hist.el.gz.
Value
nil
Documentation
The number of new history items that have not been written to file. This variable is local in each eshell buffer.
Source Code
;; Defined in /usr/src/emacs/lisp/eshell/em-hist.el.gz
(defvar eshell-hist--new-items nil
"The number of new history items that have not been written to
file. This variable is local in each eshell buffer.")