]> git.eshelyaron.com Git - emacs.git/commit
Don’t signal warning when loading go-ts-mode.el without grammar
authorYuan Fu <casouri@gmail.com>
Wed, 1 Mar 2023 22:34:56 +0000 (14:34 -0800)
committerYuan Fu <casouri@gmail.com>
Wed, 1 Mar 2023 22:34:56 +0000 (14:34 -0800)
commit56cd810b9d1a4d537bee5a2fd954d6e0d346631a
tree10729947cf22bb9d645549e30525f1c9a639d28e
parentb06d5519664b0f417be7f415964b0a4decc0f732
Don’t signal warning when loading go-ts-mode.el without grammar

* lisp/progmodes/go-ts-mode.el: Add a QUIET flag to the call of
treesit-ready-p, so that it doesn't signal a warning if
go-mod (tree-sitter grammar) is not available.
lisp/progmodes/go-ts-mode.el