diff options
| author | Vincenzo Pupillo | 2024-06-22 22:36:54 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2024-06-23 07:50:55 +0300 |
| commit | 737fa7c52925cfa578f49f277e0bdfa4e2f9fb4c (patch) | |
| tree | f22c70ef2266bdb73777cad31979e674e9c064d9 | |
| parent | 2b848a4e504319cce150000a2c3855f66d89714b (diff) | |
| download | emacs-737fa7c52925cfa578f49f277e0bdfa4e2f9fb4c.tar.gz emacs-737fa7c52925cfa578f49f277e0bdfa4e2f9fb4c.zip | |
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)
| -rw-r--r-- | lisp/progmodes/php-ts-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
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'." | |||
| 1232 | ["Start built-in webserver" php-ts-mode-run-php-webserver | 1232 | ["Start built-in webserver" php-ts-mode-run-php-webserver |
| 1233 | :help "Run the built-in PHP webserver"] | 1233 | :help "Run the built-in PHP webserver"] |
| 1234 | "--" | 1234 | "--" |
| 1235 | ["Customize" (lambda () (interactive) (customize-group "php-ts"))])) | 1235 | ["Customize" (lambda () (interactive) (customize-group "php-ts-mode"))])) |
| 1236 | 1236 | ||
| 1237 | (defvar php-ts-mode--feature-list | 1237 | (defvar php-ts-mode--feature-list |
| 1238 | '((;; common | 1238 | '((;; common |