projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2a9fe0
)
* lisp/treesit.el (treesit-can-enable-p): Minor fix.
author
Yuan Fu
<casouri@gmail.com>
Thu, 8 Sep 2022 19:50:47 +0000
(12:50 -0700)
committer
Yuan Fu
<casouri@gmail.com>
Thu, 8 Sep 2022 19:50:47 +0000
(12:50 -0700)
lisp/treesit.el
patch
|
blob
|
history
diff --git
a/lisp/treesit.el
b/lisp/treesit.el
index 83d80ac6dab98be2ba8bc3899d47b5b1079c13f7..a374ceda6d533eafeeef1ac77c3cd4291889b363 100644
(file)
--- a/
lisp/treesit.el
+++ b/
lisp/treesit.el
@@
-48,7
+48,7
@@
Currently this function checks whether tree-sitter is available
and the buffer size."
(and (treesit-available-p)
- (< (buffer-size) treesit-max
imum
-size)))
+ (< (buffer-size) treesit-max
-buffer
-size)))
;;; Parser API supplement