projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef5466c
)
; * lisp/treesit.el (treesit-ready-p): Fix typo (bug#72411).
author
Eli Zaretskii
<eliz@gnu.org>
Thu, 1 Aug 2024 15:25:15 +0000
(18:25 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Thu, 1 Aug 2024 15:25:15 +0000
(18:25 +0300)
lisp/treesit.el
patch
|
blob
|
history
diff --git
a/lisp/treesit.el
b/lisp/treesit.el
index 42215333699dfce127d63b364b36be5d8f99da3b..c91864725dab57b57073c3e9691b83839f47c539 100644
(file)
--- a/
lisp/treesit.el
+++ b/
lisp/treesit.el
@@
-2977,7
+2977,7
@@
instead of emitting a warning."
(catch 'term
(when (not (treesit-available-p))
(setq msg (if (fboundp 'treesit-node-p)
- ;; Windows loads tree-sitter dyna
k
ically.
+ ;; Windows loads tree-sitter dyna
m
ically.
"tree-sitter library is not available or failed to load"
"Emacs is not compiled with tree-sitter library"))
(throw 'term nil))