summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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'