Fix treesit-install-language-grammar (bug#66673)
* lisp/treesit.el (treesit-install-language-grammar): Take out the language symbol when storing the recipe.
This commit is contained in:
parent
491ee428c0
commit
1098c114b7
1 changed files with 1 additions and 1 deletions
|
@ -2955,7 +2955,7 @@ executable programs, such as the C/C++ compiler and linker."
|
||||||
" ")))
|
" ")))
|
||||||
;; If success, Save the recipe for the current session.
|
;; If success, Save the recipe for the current session.
|
||||||
(setf (alist-get lang treesit-language-source-alist)
|
(setf (alist-get lang treesit-language-source-alist)
|
||||||
recipe))))
|
(cdr recipe)))))
|
||||||
(error
|
(error
|
||||||
(display-warning
|
(display-warning
|
||||||
'treesit
|
'treesit
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue