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


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).




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.