summaryrefslogtreecommitdiff
path: root/lisp/eshell
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2008-11-03 03:02:56 +0000
committerChong Yidong <cyd@stupidchicken.com>2008-11-03 03:02:56 +0000
commit2f29fae31bbe5900bcb8b1826c34338867130939 (patch)
tree68d2298cb51b370758151c121057b9dd2d5cafbb /lisp/eshell
parentb49912b2f7ffcb1fdbb8ef27fa09951a60bf5bf3 (diff)
downloademacs-2f29fae31bbe5900bcb8b1826c34338867130939.tar.gz
(eshell-save-history-on-exit): Change default to t.
Diffstat (limited to 'lisp/eshell')
-rw-r--r--lisp/eshell/em-hist.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/eshell/em-hist.el b/lisp/eshell/em-hist.el
index e672d6049f3..4c8daac140f 100644
--- a/lisp/eshell/em-hist.el
+++ b/lisp/eshell/em-hist.el
@@ -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