]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/treesit.el (treesit-simple-indent-presets): Fix typo.
authorYuan Fu <casouri@gmail.com>
Sun, 1 Jan 2023 01:10:50 +0000 (17:10 -0800)
committerYuan Fu <casouri@gmail.com>
Sun, 1 Jan 2023 01:11:14 +0000 (17:11 -0800)
Well it's sort of a typo :-)

lisp/treesit.el

index 77715798e1a1a06945162ebf82b52363c3959dfe..e7bd12d362ee2a65fbd1279e375f8ab60508dc78 100644 (file)
@@ -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 _)