GNU bug report logs - #59849
[PATCH] ; * lisp/progmodes/js.el (js--treesit-imenu): Fix a typo.

Previous Next

Package: emacs;

Reported by: Randy Taylor <dev <at> rjt.dev>

Date: Tue, 6 Dec 2022 01:37:01 UTC

Severity: normal

Tags: patch

Done: Stefan Kangas <stefankangas <at> gmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 59849 in the body.
You can then email your comments to 59849 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#59849; Package emacs. (Tue, 06 Dec 2022 01:37:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Randy Taylor <dev <at> rjt.dev>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Tue, 06 Dec 2022 01:37:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Randy Taylor <dev <at> rjt.dev>
To: "bug-gnu-emacs <at> gnu.org" <bug-gnu-emacs <at> gnu.org>
Subject: [PATCH] ; * lisp/progmodes/js.el (js--treesit-imenu): Fix a typo.
Date: Tue, 06 Dec 2022 01:36:00 +0000
[Message part 1 (text/plain, inline)]
Empty Message
[Message part 2 (text/html, inline)]
[0001-lisp-progmodes-js.el-js-treesit-imenu-Fix-a-typo.patch (text/x-patch, attachment)]

Reply sent to Stefan Kangas <stefankangas <at> gmail.com>:
You have taken responsibility. (Tue, 06 Dec 2022 04:43:02 GMT) Full text and rfc822 format available.

Notification sent to Randy Taylor <dev <at> rjt.dev>:
bug acknowledged by developer. (Tue, 06 Dec 2022 04:43:02 GMT) Full text and rfc822 format available.

Message #10 received at 59849-done <at> debbugs.gnu.org (full text, mbox):

From: Stefan Kangas <stefankangas <at> gmail.com>
To: Randy Taylor <dev <at> rjt.dev>, 59849-done <at> debbugs.gnu.org
Subject: Re: bug#59849: [PATCH] ; * lisp/progmodes/js.el (js--treesit-imenu):
 Fix a typo.
Date: Mon, 5 Dec 2022 20:42:35 -0800
Randy Taylor <dev <at> rjt.dev> writes:

> diff --git a/lisp/progmodes/js.el b/lisp/progmodes/js.el
> index 90ab7cc924..45dfef372c 100644
> --- a/lisp/progmodes/js.el
> +++ b/lisp/progmodes/js.el
> @@ -3734,7 +3734,7 @@ js--treesit-imenu
>           (var-tree (treesit-induce-sparse-tree
>                      node "lexical_declaration" nil 1000)))
>      `(("Class" . ,(js--treesit-imenu-1 class-tree))
> -      ("Varieable" . ,(js--treesit-imenu-1 var-tree))
> +      ("Variable" . ,(js--treesit-imenu-1 var-tree))
>        ("Function" . ,(js--treesit-imenu-1 func-tree)))))
>
>  ;;; Main Function

Thanks, pushed to emacs-29 (commit 717f8477284).




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 03 Jan 2023 12:24:10 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 168 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.