From 7e87b145fc0babb1cf7fcd00d381d6a70bdbcf6d Mon Sep 17 00:00:00 2001 From: "Basil L. Contovounesios" Date: Mon, 23 Oct 2023 12:59:13 +0200 Subject: [PATCH] ; * test/lisp/align-tests.el: Pacify warning. --- test/lisp/align-tests.el | 2 ++ 1 file changed, 2 insertions(+) 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) -- 2.39.2