diff options
| -rw-r--r-- | lisp/treesit.el | 1 |
1 files changed, 0 insertions, 1 deletions
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'.") | |||
| 1177 | fns))))) | 1177 | fns))))) |
| 1178 | (cons 'not (lambda (fn) | 1178 | (cons 'not (lambda (fn) |
| 1179 | (lambda (node parent bol &rest _) | 1179 | (lambda (node parent bol &rest _) |
| 1180 | (debug) | ||
| 1181 | (not (funcall fn node parent bol))))) | 1180 | (not (funcall fn node parent bol))))) |
| 1182 | (cons 'list (lambda (&rest fns) | 1181 | (cons 'list (lambda (&rest fns) |
| 1183 | (lambda (node parent bol &rest _) | 1182 | (lambda (node parent bol &rest _) |