Function: eshell--save-history
eshell--save-history is a byte-compiled function defined in
em-hist.el.gz.
Signature
(eshell--save-history)
Documentation
Save the history for current Eshell buffer.
Source Code
;; Defined in /usr/src/emacs/lisp/eshell/em-hist.el.gz
(defun eshell--save-history ()
"Save the history for current Eshell buffer."
(eshell-write-history nil eshell-history-append))