diff options
| author | Chong Yidong | 2008-11-03 03:02:56 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-11-03 03:02:56 +0000 |
| commit | 2f29fae31bbe5900bcb8b1826c34338867130939 (patch) | |
| tree | 68d2298cb51b370758151c121057b9dd2d5cafbb | |
| parent | b49912b2f7ffcb1fdbb8ef27fa09951a60bf5bf3 (diff) | |
| download | emacs-2f29fae31bbe5900bcb8b1826c34338867130939.tar.gz emacs-2f29fae31bbe5900bcb8b1826c34338867130939.zip | |
(eshell-save-history-on-exit): Change default to t.
| -rw-r--r-- | lisp/eshell/em-hist.el | 2 |
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. |
| 109 | History is always preserved after sanely exiting an Eshell buffer. | 109 | History is always preserved after sanely exiting an Eshell buffer. |
| 110 | However, when Emacs is being shut down, this variable determines | 110 | However, when Emacs is being shut down, this variable determines |