unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Vincenzo Pupillo <v.pupillo@gmail.com>
To: 71723@debbugs.gnu.org
Subject: bug#71723: 30.0.50; [PATCH] fix 'Customize' menu entry
Date: Sat, 22 Jun 2024 22:50:10 +0200	[thread overview]
Message-ID: <2063136.Jadu78ljVU@fedora> (raw)

[-- 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


             reply	other threads:[~2024-06-22 20:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-22 20:50 Vincenzo Pupillo [this message]
2024-06-23  4:52 ` bug#71723: 30.0.50; [PATCH] fix 'Customize' menu entry Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2063136.Jadu78ljVU@fedora \
    --to=v.pupillo@gmail.com \
    --cc=71723@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).