]> git.eshelyaron.com Git - emacs.git/commitdiff
; Set indent-tabs-mode to nil in c-ts-mode indent preproc test
authorYuan Fu <casouri@gmail.com>
Sat, 25 Feb 2023 03:43:22 +0000 (19:43 -0800)
committerYuan Fu <casouri@gmail.com>
Sat, 25 Feb 2023 03:51:43 +0000 (19:51 -0800)
* test/lisp/progmodes/c-ts-mode-resources/indent-preproc.erts: Set
indent-tabs-mode to nil.

test/lisp/progmodes/c-ts-mode-resources/indent-preproc.erts

index 5a4996f642ed4196a16f3cf2104dfbf5b2bc0b74..57610b5483eec9336a48121cb77f0a09d63fdb45 100644 (file)
@@ -1,6 +1,7 @@
 Code:
   (lambda ()
     (c-ts-mode)
+    (setq-local indent-tabs-mode nil)
     (newline)
     (indent-for-tab-command))