; * test/lisp/textmodes/fill-tests.el (markdown-mode): Declare.

This commit is contained in:
Eli Zaretskii 2025-06-29 07:38:55 +03:00
parent 99ec286d78
commit 036c95bbf6

View file

@ -236,6 +236,7 @@ eius. Foo")))
(org-mode)
(fill-paragraph-semlf))))
(declare-function markdown-mode "markdown-mode")
(ert-deftest fill-test-fill-paragraph-semlf-markdown-mode ()
"Test the `fill-paragraph-semlf' function with `markdown-mode'."
(skip-unless (functionp 'markdown-mode))