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:
parent
3f828dc76b
commit
c9fb8954bc
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue