aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2008-11-03 03:02:56 +0000
committerChong Yidong2008-11-03 03:02:56 +0000
commit2f29fae31bbe5900bcb8b1826c34338867130939 (patch)
tree68d2298cb51b370758151c121057b9dd2d5cafbb
parentb49912b2f7ffcb1fdbb8ef27fa09951a60bf5bf3 (diff)
downloademacs-2f29fae31bbe5900bcb8b1826c34338867130939.tar.gz
emacs-2f29fae31bbe5900bcb8b1826c34338867130939.zip
(eshell-save-history-on-exit): Change default to t.
-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."
104 :type 'boolean 104 :type 'boolean
105 :group 'eshell-hist) 105 :group 'eshell-hist)
106 106
107(defcustom eshell-save-history-on-exit 'ask 107(defcustom eshell-save-history-on-exit t
108 "*Determine if history should be automatically saved. 108 "*Determine if history should be automatically saved.
109History is always preserved after sanely exiting an Eshell buffer. 109History is always preserved after sanely exiting an Eshell buffer.
110However, when Emacs is being shut down, this variable determines 110However, when Emacs is being shut down, this variable determines