[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Renaming ts_* functions
From: |
Eli Zaretskii |
Subject: |
Re: Renaming ts_* functions |
Date: |
Mon, 17 Oct 2022 13:16:52 +0300 |
> Date: Mon, 17 Oct 2022 12:09:42 +0300
> From: Eli Zaretskii <eliz@gnu.org>
> Cc: emacs-devel@gnu.org
>
> > From: Yuan Fu <casouri@gmail.com>
> > Date: Mon, 17 Oct 2022 02:04:00 -0700
> > Cc: emacs-devel@gnu.org
> >
> >
> >
> > > On Oct 16, 2022, at 12:09 PM, Eli Zaretskii <eliz@gnu.org> wrote:
> > >
> > > I think I'd like to rename all the ts_* functions defined in treesit.c
> > > to treesit_* names. This will allow us to distinguish easily between
> > > our functions and functions from the tree-sitter library.
> > >
> > > WDYT?
> >
> > Sure, I can do that. Or you can do it, if you have a smart workflow for
> > mass-renaming functions ;-)
>
> I have some free time today, so I will do it, thanks.
Now done.