projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a25fa4
)
; Set indent-tabs-mode to nil in c-ts-mode indent preproc test
author
Yuan Fu
<casouri@gmail.com>
Sat, 25 Feb 2023 03:43:22 +0000
(19:43 -0800)
committer
Yuan 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
patch
|
blob
|
history
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 5a4996f642ed4196a16f3cf2104dfbf5b2bc0b74..57610b5483eec9336a48121cb77f0a09d63fdb45 100644
(file)
--- 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))