From f6c7b7c29c86ee5d5f26da0decf0012262c334d9 Mon Sep 17 00:00:00 2001 From: Vincenzo Pupillo Date: Sat, 22 Jun 2024 22:36:54 +0200 Subject: [PATCH] Fix 'Customize' menu entry for 'php-ts-mode' * lisp/progmodes/php-ts-mode.el (php-ts-mode-menu): Replace menu entry with 'php-ts-mode' group. (Bug#71723) (cherry picked from commit 737fa7c52925cfa578f49f277e0bdfa4e2f9fb4c) --- lisp/progmodes/php-ts-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/progmodes/php-ts-mode.el b/lisp/progmodes/php-ts-mode.el index 7171baf27c9..4297876b707 100644 --- a/lisp/progmodes/php-ts-mode.el +++ b/lisp/progmodes/php-ts-mode.el @@ -1232,7 +1232,7 @@ Depends on `c-ts-common-comment-setup'." ["Start built-in webserver" php-ts-mode-run-php-webserver :help "Run the built-in PHP webserver"] "--" - ["Customize" (lambda () (interactive) (customize-group "php-ts"))])) + ["Customize" (lambda () (interactive) (customize-group "php-ts-mode"))])) (defvar php-ts-mode--feature-list '((;; common -- 2.39.2