diff options
-rw-r--r-- | test/automated/simple-test.el | 1 |
1 files changed, 1 insertions, 0 deletions
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 |