1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00: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