]> git.eshelyaron.com Git - emacs.git/commitdiff
; * test/lisp/align-tests.el: Pacify warning.
authorBasil L. Contovounesios <contovob@tcd.ie>
Mon, 23 Oct 2023 10:59:13 +0000 (12:59 +0200)
committerBasil L. Contovounesios <contovob@tcd.ie>
Mon, 23 Oct 2023 10:59:13 +0000 (12:59 +0200)
test/lisp/align-tests.el

index e5fcd255907087ee7da3477a92130834d4d87f29..f8dd7dcfb9b1fc9724bd05861ed35a114b556f76 100644 (file)
@@ -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)