From: Sean Whitton Date: Sat, 26 Apr 2025 03:47:23 +0000 (+0800) Subject: ; typescript-ts-mode-multivar-indent-style: Add missing group. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7b2bcaa404313f4207af713a457bfdb70fec680f;p=emacs.git ; typescript-ts-mode-multivar-indent-style: Add missing group. (cherry picked from commit bacde21fde4794744eaaaf2f7f136ef0fdfbe0c8) --- diff --git a/lisp/progmodes/typescript-ts-mode.el b/lisp/progmodes/typescript-ts-mode.el index a51fea70d52..55b2421a20e 100644 --- a/lisp/progmodes/typescript-ts-mode.el +++ b/lisp/progmodes/typescript-ts-mode.el @@ -80,7 +80,8 @@ level: For changes to this variable to take effect, restart the major mode." :version "31.1" - :type 'symbol) + :type 'symbol + :group 'typescript) (defface typescript-ts-jsx-tag-face '((t . (:inherit font-lock-function-call-face)))