projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ddfeee3
)
; * lisp/treesit.el (treesit-simple-indent-presets): Fix typo.
author
Yuan Fu
<casouri@gmail.com>
Sun, 1 Jan 2023 01:10:50 +0000
(17:10 -0800)
committer
Yuan 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
patch
|
blob
|
history
diff --git
a/lisp/treesit.el
b/lisp/treesit.el
index 77715798e1a1a06945162ebf82b52363c3959dfe..e7bd12d362ee2a65fbd1279e375f8ab60508dc78 100644
(file)
--- 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 _)