mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-24 19:03:29 +00:00
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
@ -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…
Reference in New Issue
Block a user