From 2f29fae31bbe5900bcb8b1826c34338867130939 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Mon, 3 Nov 2008 03:02:56 +0000 Subject: [PATCH] (eshell-save-history-on-exit): Change default to t. --- lisp/eshell/em-hist.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2