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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user