diff options
| author | Yuan Fu | 2022-12-31 17:10:50 -0800 |
|---|---|---|
| committer | Yuan Fu | 2022-12-31 17:11:14 -0800 |
| commit | 72a81e20226d2d0745fd2efdbbc80fdfe92b7cde (patch) | |
| tree | 7df4f80175770d35183649a82752d51ebae52787 | |
| parent | ddfeee3e8a7b00905e89f36a9ffc0eefdc0d61a4 (diff) | |
| download | emacs-72a81e20226d2d0745fd2efdbbc80fdfe92b7cde.tar.gz emacs-72a81e20226d2d0745fd2efdbbc80fdfe92b7cde.zip | |
; * lisp/treesit.el (treesit-simple-indent-presets): Fix typo.
Well it's sort of a typo :-)
| -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 _) |