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.
|
||||
(setf (alist-get lang treesit-language-source-alist)
|
||||
recipe))))
|
||||
(cdr recipe)))))
|
||||
(error
|
||||
(display-warning
|
||||
'treesit
|
||||
|
|
Loading…
Add table
Reference in a new issue