aboutsummaryrefslogtreecommitdiffstats
path: root/test/lisp/eshell/eshell-tests.el
diff options
context:
space:
mode:
authorNoam Postavsky2017-10-15 16:41:17 -0400
committerNoam Postavsky2017-10-21 15:19:14 -0400
commit9e4265ef91bd659a5fac49fbe7dc34b91f89d4ed (patch)
treed67e58b6f2682acfd271dd89bd01cc5d39b4cdeb /test/lisp/eshell/eshell-tests.el
parent0f286ca85a259575b67dba520ff72e59cc011426 (diff)
downloademacs-9e4265ef91bd659a5fac49fbe7dc34b91f89d4ed.tar.gz
emacs-9e4265ef91bd659a5fac49fbe7dc34b91f89d4ed.zip
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.
Diffstat (limited to 'test/lisp/eshell/eshell-tests.el')
-rw-r--r--test/lisp/eshell/eshell-tests.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/eshell/eshell-tests.el b/test/lisp/eshell/eshell-tests.el
index 4e0d6dc7621..58b8aa58bf1 100644
--- a/test/lisp/eshell/eshell-tests.el
+++ b/test/lisp/eshell/eshell-tests.el
@@ -247,6 +247,6 @@ chars"
247 (goto-char eshell-last-input-start) 247 (goto-char eshell-last-input-start)
248 (string= (eshell-get-old-input) "echo alpha"))) 248 (string= (eshell-get-old-input) "echo alpha")))
249 249
250(provide 'esh-test) 250(provide 'eshell-tests)
251 251
252;;; tests/eshell-tests.el ends here 252;;; tests/eshell-tests.el ends here