From c9fb8954bc72c9e362f7bf71b3457882887cb182 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Mon, 26 Oct 2015 21:25:10 +0200 Subject: [PATCH] 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. --- test/automated/simple-test.el | 1 + 1 file changed, 1 insertion(+) diff --git a/test/automated/simple-test.el b/test/automated/simple-test.el index a9c4d67556e..8da575d5d97 100644 --- a/test/automated/simple-test.el +++ b/test/automated/simple-test.el @@ -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 -- 2.39.5