Fix simple-test.el test

* test/automated/simple-test.el (simple-test--dummy-buffer): Make
sure indentation doesn't use TABs, otherwise the 6th test might
fail.
This commit is contained in:
Eli Zaretskii 2015-10-26 21:25:10 +02:00
parent 3f828dc76b
commit c9fb8954bc

View file

@ -26,6 +26,7 @@
(debug t))
`(with-temp-buffer
(emacs-lisp-mode)
(setq indent-tabs-mode nil)
(insert "(a b")
(save-excursion (insert " c d)"))
,@body