From: Chong Yidong Date: Mon, 3 Nov 2008 03:02:56 +0000 (+0000) Subject: (eshell-save-history-on-exit): Change default to t. X-Git-Tag: emacs-pretest-23.0.90~2006 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2f29fae31bbe5900bcb8b1826c34338867130939;p=emacs.git (eshell-save-history-on-exit): Change default to t. --- 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