emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#59849: closed ([PATCH] ; * lisp/progmodes/js.el (js--treesit-imenu):


From: GNU bug Tracking System
Subject: bug#59849: closed ([PATCH] ; * lisp/progmodes/js.el (js--treesit-imenu): Fix a typo.)
Date: Tue, 06 Dec 2022 04:43:02 +0000

Your message dated Mon, 5 Dec 2022 20:42:35 -0800
with message-id 
<CADwFkmk_y33J0TC5F6mijMn6m6N_aNvqLPp5DoNM6ezDva8wtw@mail.gmail.com>
and subject line Re: bug#59849: [PATCH] ; * lisp/progmodes/js.el 
(js--treesit-imenu): Fix a typo.
has caused the debbugs.gnu.org bug report #59849,
regarding [PATCH] ; * lisp/progmodes/js.el (js--treesit-imenu): Fix a typo.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
59849: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=59849
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] ; * lisp/progmodes/js.el (js--treesit-imenu): Fix a typo. Date: Tue, 06 Dec 2022 01:36:00 +0000
Empty Message

Attachment: 0001-lisp-progmodes-js.el-js-treesit-imenu-Fix-a-typo.patch
Description: Text Data


--- End Message ---
--- Begin Message --- 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@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).


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]