From a2e5b9132453f23faeb6ece879387d33f531846e Mon Sep 17 00:00:00 2001 From: john muhl Date: Sun, 23 Feb 2025 20:03:39 -0600 Subject: [PATCH] ; Fix 'typescript-ts-mode' indent test (bug#71998) * test/lisp/progmodes/typescript-ts-mode-resources/indent.erts: Set 'indent-tabs-mode' after changing the major mode. (cherry picked from commit c9964e180f743a95579ca832d08bfc450a2dc639) --- test/lisp/progmodes/typescript-ts-mode-resources/indent.erts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/lisp/progmodes/typescript-ts-mode-resources/indent.erts b/test/lisp/progmodes/typescript-ts-mode-resources/indent.erts index 23cebb4c396..0db35295222 100644 --- a/test/lisp/progmodes/typescript-ts-mode-resources/indent.erts +++ b/test/lisp/progmodes/typescript-ts-mode-resources/indent.erts @@ -95,9 +95,9 @@ const foo = () => { Code: (lambda () - (setq indent-tabs-mode nil) (setq tsx-ts-mode-indent-offset 2) (tsx-ts-mode) + (setq indent-tabs-mode nil) (indent-region (point-min) (point-max))) Name: JSX indentation -- 2.39.5