emacs-devel
[Top][All Lists]
Advanced

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

Re: emacs-29 5a6dfab1e4 2/2: Use c-ts-common-statement-offset in java-ts


From: Dmitry Gutov
Subject: Re: emacs-29 5a6dfab1e4 2/2: Use c-ts-common-statement-offset in java-ts-mode (bug#61142)
Date: Tue, 7 Feb 2023 00:15:38 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2

Hi Theodor,

On 06/02/2023 08:45, Theodor Thornhill via Mailing list for Emacs changes wrote:
+           (equal (treesit-node-type node) c-ts-common-if-statement-regexp)
+           (equal (treesit-node-type (treesit-node-parent node))
+                  c-ts-common-if-statement-regexp)

If the variable is called -regexp, I suppose these should use string-match-p.



reply via email to

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