From: Basil L. Contovounesios Date: Mon, 23 Oct 2023 10:59:13 +0000 (+0200) Subject: ; * test/lisp/align-tests.el: Pacify warning. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7e87b145fc0babb1cf7fcd00d381d6a70bdbcf6d;p=emacs.git ; * test/lisp/align-tests.el: Pacify warning. --- diff --git a/test/lisp/align-tests.el b/test/lisp/align-tests.el index e5fcd255907..f8dd7dcfb9b 100644 --- a/test/lisp/align-tests.el +++ b/test/lisp/align-tests.el @@ -49,6 +49,8 @@ (ert-test-erts-file (ert-resource-file "latex-mode.erts") (test-align-transform-fun #'latex-mode))) +(autoload 'treesit-ready-p "treesit") + (ert-deftest align-lua () (skip-unless (treesit-ready-p 'lua)) (let ((comment-column 20)