; Fix last change

* test/lisp/textmodes/ispell-tests/ispell-aspell-tests.el:
* test/lisp/textmodes/ispell-tests/ispell-tests.el: Fix declare-function.
This commit is contained in:
Michael Albinus 2025-09-12 16:49:08 +02:00
parent 1b4e4fda5e
commit 59c7ee29dc
2 changed files with 2 additions and 2 deletions

View file

@ -34,7 +34,7 @@
(file-name-directory load-file-name))))
(load "ispell-tests-common"))
(declare-function letopt (expand-file-name "ispell-tests-common" source-directory) t t)
(declare-function letopt "ispell-tests-common" t t)
(ert-deftest ispell/aspell/ispell-check-version/works ()
"Test that aspell is correctly detected."

View file

@ -32,7 +32,7 @@
(file-name-directory load-file-name))))
(load "ispell-tests-common"))
(declare-function letopt "ispell-tests-common")
(declare-function letopt "ispell-tests-common" t t)
(declare-function ispell-tests--some-backend "ispell-tests-common" t t)
(declare-function ispell-tests--some-backend-available-p "ispell-tests-common" t t)