From: Yuan Fu Date: Sat, 25 Feb 2023 03:43:22 +0000 (-0800) Subject: ; Set indent-tabs-mode to nil in c-ts-mode indent preproc test X-Git-Tag: emacs-29.0.90~324 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=03072bbdd384dea85ab105b811ef98d97fe38c57;p=emacs.git ; Set indent-tabs-mode to nil in c-ts-mode indent preproc test * test/lisp/progmodes/c-ts-mode-resources/indent-preproc.erts: Set indent-tabs-mode to nil. --- diff --git a/test/lisp/progmodes/c-ts-mode-resources/indent-preproc.erts b/test/lisp/progmodes/c-ts-mode-resources/indent-preproc.erts index 5a4996f642e..57610b5483e 100644 --- a/test/lisp/progmodes/c-ts-mode-resources/indent-preproc.erts +++ b/test/lisp/progmodes/c-ts-mode-resources/indent-preproc.erts @@ -1,6 +1,7 @@ Code: (lambda () (c-ts-mode) + (setq-local indent-tabs-mode nil) (newline) (indent-for-tab-command))