> On Dec 31, 2022, at 18:52, Perry Smith wrote: > > (cons 'not (lambda (fn) > (lambda (node parent bol &rest _) > (debug) > (not (funcall fn node parent bol))))) > > There is a debug statement that I am guess was left behind by accident. > > I’m sending little emails like this instead of opening bug reports but I’m happy to change my cruel and evil ways. This is from treesit.el — sorry for the omission.