]> git.eshelyaron.com Git - emacs.git/commit
Ignore string properties when saving eshell history (Bug#28700)
authorNoam Postavsky <npostavs@gmail.com>
Sun, 15 Oct 2017 20:41:17 +0000 (16:41 -0400)
committerNoam Postavsky <npostavs@gmail.com>
Sat, 21 Oct 2017 19:19:14 +0000 (15:19 -0400)
commit9e4265ef91bd659a5fac49fbe7dc34b91f89d4ed
treed67e58b6f2682acfd271dd89bd01cc5d39b4cdeb
parent0f286ca85a259575b67dba520ff72e59cc011426
Ignore string properties when saving eshell history (Bug#28700)

* lisp/eshell/em-hist.el (eshell-write-history): Remove properties
before inserting history strings.
(eshell-read-history): Remove obsolete comment.
* test/lisp/eshell/em-hist-tests.el (eshell-write-readonly-history):
New test.
lisp/eshell/em-hist.el
test/lisp/eshell/em-hist-tests.el [new file with mode: 0644]
test/lisp/eshell/eshell-tests.el