1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(eshell-save-history-on-exit): Change default to t.

This commit is contained in:
Chong Yidong 2008-11-03 03:02:56 +00:00
parent b49912b2f7
commit 2f29fae31b

View file

@ -104,7 +104,7 @@ This mirrors the optional behavior of bash."
:type 'boolean
:group 'eshell-hist)
(defcustom eshell-save-history-on-exit 'ask
(defcustom eshell-save-history-on-exit t
"*Determine if history should be automatically saved.
History is always preserved after sanely exiting an Eshell buffer.
However, when Emacs is being shut down, this variable determines