emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-29 03072bbdd38 3/3: ; Set indent-tabs-mode to nil in c-ts-mode ind


From: Yuan Fu
Subject: emacs-29 03072bbdd38 3/3: ; Set indent-tabs-mode to nil in c-ts-mode indent preproc test
Date: Fri, 24 Feb 2023 22:52:30 -0500 (EST)

branch: emacs-29
commit 03072bbdd384dea85ab105b811ef98d97fe38c57
Author: Yuan Fu <casouri@gmail.com>
Commit: Yuan Fu <casouri@gmail.com>

    ; 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.
---
 test/lisp/progmodes/c-ts-mode-resources/indent-preproc.erts | 1 +
 1 file changed, 1 insertion(+)

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))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]