summaryrefslogtreecommitdiff
path: root/helm-eshell.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2016-04-08 11:38:18 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2016-04-08 11:41:16 +0200
commitc64b5bc6491d5ce53b8c9025496b715ed891c55d (patch)
treeedee4055ff00ea62e9aebcbb2cac29bb1471fba1 /helm-eshell.el
parentca2f5bb273fddd2bb64ef28610a1531f14df0b8a (diff)
Don't append eshell-history to eshell-history-file-name (#1463).
* helm-eshell.el (helm-eshell-history-source): Don't use 'append arg in eshell-write-history.
Diffstat (limited to 'helm-eshell.el')
-rw-r--r--helm-eshell.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/helm-eshell.el b/helm-eshell.el
index 26d6a8b9..f34e95fd 100644
--- a/helm-eshell.el
+++ b/helm-eshell.el
@@ -170,7 +170,7 @@ The function that call this should set `helm-ec-target' to thing at point."
((init :initform
(lambda ()
(let ((eshell-hist-ignoredups helm-eshell-hist-ignoredups))
- (eshell-write-history eshell-history-file-name t)
+ (eshell-write-history eshell-history-file-name)
(with-current-buffer (helm-candidate-buffer 'global)
(insert-file-contents eshell-history-file-name)))
;; Same comment as in `helm-source-esh'