Use OUT-DIR in treesit-install-language-grammar (bug#64295)
* lisp/treesit.el (treesit-install-language-grammar): Use out-dir.
This commit is contained in:
parent
5075d75277
commit
361bf8a113
1 changed files with 1 additions and 2 deletions
|
@ -3094,8 +3094,7 @@ nil, the grammar is installed to the standard location, the
|
|||
(condition-case err
|
||||
(progn
|
||||
(apply #'treesit--install-language-grammar-1
|
||||
;; The nil is OUT-DIR.
|
||||
(cons nil recipe))
|
||||
(cons out-dir recipe))
|
||||
|
||||
;; Check that the installed language grammar is loadable.
|
||||
(pcase-let ((`(,available . ,err)
|
||||
|
|
Loading…
Add table
Reference in a new issue