]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix simple-test.el test
authorEli Zaretskii <eliz@gnu.org>
Mon, 26 Oct 2015 19:25:10 +0000 (21:25 +0200)
committerEli Zaretskii <eliz@gnu.org>
Mon, 26 Oct 2015 19:25:10 +0000 (21:25 +0200)
* 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

index a9c4d67556e5ec2b08850b6e11221e0766c788ff..8da575d5d973cd574312791356bacc6e88ce4080 100644 (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