]> git.eshelyaron.com Git - emacs.git/commit
(eshell-hist-initialize): When in the minibuffer, use the global value
authorJohn Wiegley <johnw@newartisans.com>
Sat, 16 Feb 2002 07:11:05 +0000 (07:11 +0000)
committerJohn Wiegley <johnw@newartisans.com>
Sat, 16 Feb 2002 07:11:05 +0000 (07:11 +0000)
commit7a3bfc32483da1fc0cc68274644a7b2887a35474
tree0e32969d1a6016f074dcddb7108f2da6efd9be83
parenteefd92208d757e9a2945e394bd6c729900a11413
(eshell-hist-initialize): When in the minibuffer, use the global value
of `eshell-history-ring', and never save it to disk, or ask to save it
to disk.  This allows users of session.el to control whether its
global state should be persisted or not.
(eshell-add-command-to-history): Don't write Eshell's history out to
disk, let the governing mode control that upon exit.
(eshell-add-input-to-history): New function, with most of the code
from eshell-add-to-history.
(eshell-add-command-to-history): New function, to record in
eshell-history the commands run via eshell-command.
(eshell-add-to-history): Call eshell-add-command-to-history to do most
of the work.
lisp/eshell/em-hist.el