]> git.eshelyaron.com Git - emacs.git/commit
Fix resolving symlinks in Eshell history file names
authorEli Zaretskii <eliz@gnu.org>
Sun, 9 Dec 2018 07:45:40 +0000 (09:45 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sun, 9 Dec 2018 07:45:40 +0000 (09:45 +0200)
commitc2fdd50c3cb0b03d2414370c58c1aa2a6ec3311d
tree158297af74fff2668369ef405a66e667aae9a36f
parent7515a1d493f8f0f6f009b50c99cc5e27824bd6b3
Fix resolving symlinks in Eshell history file names

* lisp/eshell/em-dirs.el (eshell-write-last-dir-ring):
* lisp/eshell/em-hist.el (eshell-write-history): Don't call
file-truename with argument of nil.  (Bug#33477)

* test/lisp/eshell/eshell-tests.el (with-temp-eshell): Remove
HISTFILE from the environment, to make sure the Eshell history
file is nil.
lisp/eshell/em-dirs.el
lisp/eshell/em-hist.el
test/lisp/eshell/eshell-tests.el