]> git.eshelyaron.com Git - emacs.git/commitdiff
; * test/lisp/textmodes/fill-tests.el (markdown-mode): Declare.
authorEli Zaretskii <eliz@gnu.org>
Sun, 29 Jun 2025 04:38:55 +0000 (07:38 +0300)
committerEshel Yaron <me@eshelyaron.com>
Wed, 23 Jul 2025 20:08:31 +0000 (22:08 +0200)
(cherry picked from commit 036c95bbf67368b8efff70f41274130c60865f33)

test/lisp/textmodes/fill-tests.el

index 40095fc99417d755bb4a0584d12abd6d82147afd..310d374a7adb40a763f2f1af6f01e06879ae5d32 100644 (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))