]> git.eshelyaron.com Git - emacs.git/commit
Add option eshell-history-append
authorLiu Hui <liuhui1610@gmail.com>
Thu, 16 Nov 2023 03:45:28 +0000 (11:45 +0800)
committerSean Whitton <spwhitton@spwhitton.name>
Thu, 7 Dec 2023 11:32:29 +0000 (11:32 +0000)
commit3a7abc7e497e77ba9bc5a71f3836636675dffe6b
tree204dc26cab928351231ebcd9e3669a324bdbdbf0
parente4e1e268c8e9f7de6fe5d4b05beb595a1781c02c
Add option eshell-history-append

* lisp/eshell/em-hist.el (eshell-history-append): New option.
(eshell--save-history): New function.
(eshell-hist-initialize):
(eshell-save-some-history): Replace eshell-write-history with
eshell--save-history, which respects the new option.
* doc/misc/eshell.texi (History): Document the change.
* etc/NEWS: Announce the change.  (Bug#66700)
doc/misc/eshell.texi
etc/NEWS
lisp/eshell/em-hist.el