From: Yuan Fu Date: Sun, 1 Jan 2023 01:10:50 +0000 (-0800) Subject: ; * lisp/treesit.el (treesit-simple-indent-presets): Fix typo. X-Git-Tag: emacs-29.0.90~886 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=72a81e20226d2d0745fd2efdbbc80fdfe92b7cde;p=emacs.git ; * lisp/treesit.el (treesit-simple-indent-presets): Fix typo. Well it's sort of a typo :-) --- diff --git a/lisp/treesit.el b/lisp/treesit.el index 77715798e1a..e7bd12d362e 100644 --- a/lisp/treesit.el +++ b/lisp/treesit.el @@ -1177,7 +1177,6 @@ See `treesit-simple-indent-presets'.") fns))))) (cons 'not (lambda (fn) (lambda (node parent bol &rest _) - (debug) (not (funcall fn node parent bol))))) (cons 'list (lambda (&rest fns) (lambda (node parent bol &rest _)