unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#71723: 30.0.50; [PATCH] fix 'Customize' menu entry
@ 2024-06-22 20:50 Vincenzo Pupillo
  2024-06-23  4:52 ` Eli Zaretskii
  0 siblings, 1 reply; 2+ messages in thread
From: Vincenzo Pupillo @ 2024-06-22 20:50 UTC (permalink / raw)
  To: 71723

[-- Attachment #1: Type: text/plain, Size: 65 bytes --]

Hi, 
a small fix for the 'Customize' menu entry.
Thanks.
Vincenzo

[-- Attachment #2: 0001-Fix-Customize-menu-entry.patch --]
[-- Type: text/x-patch, Size: 949 bytes --]

From 82e24e02ac37e55a5b9c15c4cb01e4c97de4a017 Mon Sep 17 00:00:00 2001
From: Vincenzo Pupillo <v.pupillo@gmail.com>
Date: Sat, 22 Jun 2024 22:36:54 +0200
Subject: [PATCH] Fix 'Customize' menu entry

* lisp/progmodes/php-ts-mode.el (php-ts-mode-menu):
  Replace menu entry with 'php-ts-mode' group.
---
 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 415ba695158..f1dfac59c2e 100644
--- a/lisp/progmodes/php-ts-mode.el
+++ b/lisp/progmodes/php-ts-mode.el
@@ -1232,7 +1232,7 @@ php-ts-mode-menu
     ["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.45.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#71723: 30.0.50; [PATCH] fix 'Customize' menu entry
  2024-06-22 20:50 bug#71723: 30.0.50; [PATCH] fix 'Customize' menu entry Vincenzo Pupillo
@ 2024-06-23  4:52 ` Eli Zaretskii
  0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2024-06-23  4:52 UTC (permalink / raw)
  To: Vincenzo Pupillo; +Cc: 71723-done

> From: Vincenzo Pupillo <v.pupillo@gmail.com>
> Date: Sat, 22 Jun 2024 22:50:10 +0200
> 
> a small fix for the 'Customize' menu entry.

Thanks, installed.





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-06-23  4:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-22 20:50 bug#71723: 30.0.50; [PATCH] fix 'Customize' menu entry Vincenzo Pupillo
2024-06-23  4:52 ` Eli Zaretskii

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).