projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b848a4
)
Fix 'Customize' menu entry for 'php-ts-mode'
author
Vincenzo Pupillo
<v.pupillo@gmail.com>
Sat, 22 Jun 2024 20:36:54 +0000
(22:36 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Sun, 23 Jun 2024 04:50:55 +0000
(07:50 +0300)
* lisp/progmodes/php-ts-mode.el (php-ts-mode-menu):
Replace menu entry with 'php-ts-mode' group. (Bug#71723)
lisp/progmodes/php-ts-mode.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/php-ts-mode.el
b/lisp/progmodes/php-ts-mode.el
index 7171baf27c9a4ecca871dc41ce22e0fbbfe06d75..4297876b707cc539693c847b7b00e4da4b69a064 100644
(file)
--- 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