projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11ccd65
)
; Fix 'java-ts-mode' tests (Bug#77070)
author
john muhl
<jm@pub.pink>
Mon, 17 Mar 2025 14:04:33 +0000
(09:04 -0500)
committer
Eshel Yaron
<me@eshelyaron.com>
Thu, 20 Mar 2025 10:48:38 +0000
(12:48 +0200)
* test/lisp/progmodes/java-ts-mode-resources/indent.erts:
Set 'indent-tabs-mode' later.
(cherry picked from commit
be2b5a7148887879e0127994c9d779a943e3df2b
)
test/lisp/progmodes/java-ts-mode-resources/indent.erts
patch
|
blob
|
history
diff --git
a/test/lisp/progmodes/java-ts-mode-resources/indent.erts
b/test/lisp/progmodes/java-ts-mode-resources/indent.erts
index 7cf593404545b9ef11f5416bf16cd132f3a72109..180f4358a0a891de746adffef032ab8681be2acb 100644
(file)
--- a/
test/lisp/progmodes/java-ts-mode-resources/indent.erts
+++ b/
test/lisp/progmodes/java-ts-mode-resources/indent.erts
@@
-1,8
+1,8
@@
Code:
(lambda ()
- (setq indent-tabs-mode nil)
(setq java-ts-mode-indent-offset 4)
(java-ts-mode)
+ (setq indent-tabs-mode nil)
(indent-region (point-min) (point-max)))
Point-Char: |