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.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Randy Taylor <dev <at> rjt.dev>
Subject: bug#59849: closed (Re: bug#59849: [PATCH] ; * lisp/progmodes/js.el
 (js--treesit-imenu): Fix a typo.)
Date: Tue, 06 Dec 2022 04:43:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

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

which was filed against the emacs package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 59849 <at> debbugs.gnu.org.

-- 
59849: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=59849
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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).

[Message part 3 (message/rfc822, inline)]
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 4 (text/plain, inline)]
Empty Message
[Message part 5 (text/html, inline)]
[0001-lisp-progmodes-js.el-js-treesit-imenu-Fix-a-typo.patch (text/x-patch, attachment)]

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.