]> git.eshelyaron.com Git - emacs.git/commit
Fix treesit-install-language-grammar for non-interactive call
authorYuan Fu <casouri@gmail.com>
Wed, 19 Apr 2023 23:23:25 +0000 (16:23 -0700)
committerYuan Fu <casouri@gmail.com>
Wed, 19 Apr 2023 23:25:48 +0000 (16:25 -0700)
commitcc0f9389b8ebedad6401464ee3a259dba3c7abaf
tree1e5c20abd153940e4e8a488aee5c46fb20d0e01e
parenta01528c950024faa5ae732c5e2a43f89718175fd
Fix treesit-install-language-grammar for non-interactive call

A continuation of bug#62704.

* lisp/treesit.el (treesit-install-language-grammar): Differentiate
between interactive and non-interactive call, and don't prompt when
it's called non-interactively.
lisp/treesit.el