projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
491ee42
)
Fix treesit-install-language-grammar (bug#66673)
author
nverno
<noah.v.peart@gmail.com>
Sun, 22 Oct 2023 02:54:10 +0000
(19:54 -0700)
committer
Yuan Fu
<casouri@gmail.com>
Sun, 22 Oct 2023 03:39:30 +0000
(20:39 -0700)
* lisp/treesit.el (treesit-install-language-grammar): Take out the
language symbol when storing the recipe.
lisp/treesit.el
patch
|
blob
|
history
diff --git
a/lisp/treesit.el
b/lisp/treesit.el
index fa375282d7c89006eebc3132053ed7c519f11e6c..18a6131b71d5cc7d083768addf64dd4029d6520a 100644
(file)
--- a/
lisp/treesit.el
+++ b/
lisp/treesit.el
@@
-2955,7
+2955,7
@@
executable programs, such as the C/C++ compiler and linker."
" ")))
;; If success, Save the recipe for the current session.
(setf (alist-get lang treesit-language-source-alist)
-
recipe
))))
+
(cdr recipe)
))))
(error
(display-warning
'treesit