mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
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)
This commit is contained in:
parent
2b848a4e50
commit
737fa7c529
1 changed files with 1 additions and 1 deletions
|
|
@ -1232,7 +1232,7 @@ Depends on `c-ts-common-comment-setup'."
|
||||||
["Start built-in webserver" php-ts-mode-run-php-webserver
|
["Start built-in webserver" php-ts-mode-run-php-webserver
|
||||||
:help "Run the built-in 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
|
(defvar php-ts-mode--feature-list
|
||||||
'((;; common
|
'((;; common
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue