From 8e69a860bb05a42c2bd16e723355484a49e85dc2 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 29 Jun 2025 07:38:55 +0300 Subject: [PATCH] ; * test/lisp/textmodes/fill-tests.el (markdown-mode): Declare. (cherry picked from commit 036c95bbf67368b8efff70f41274130c60865f33) --- test/lisp/textmodes/fill-tests.el | 1 + 1 file changed, 1 insertion(+) diff --git a/test/lisp/textmodes/fill-tests.el b/test/lisp/textmodes/fill-tests.el index 40095fc9941..310d374a7ad 100644 --- a/test/lisp/textmodes/fill-tests.el +++ b/test/lisp/textmodes/fill-tests.el @@ -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)) -- 2.39.5