diff options
Diffstat (limited to 'test/lisp/textmodes/ispell-tests/ispell-tests.el')
| -rw-r--r-- | test/lisp/textmodes/ispell-tests/ispell-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/textmodes/ispell-tests/ispell-tests.el b/test/lisp/textmodes/ispell-tests/ispell-tests.el index d4012fb5218..d292b390860 100644 --- a/test/lisp/textmodes/ispell-tests/ispell-tests.el +++ b/test/lisp/textmodes/ispell-tests/ispell-tests.el | |||
| @@ -32,7 +32,7 @@ | |||
| 32 | (file-name-directory load-file-name)))) | 32 | (file-name-directory load-file-name)))) |
| 33 | (load "ispell-tests-common")) | 33 | (load "ispell-tests-common")) |
| 34 | 34 | ||
| 35 | (declare-function letopt "ispell-tests-common") | 35 | (declare-function letopt "ispell-tests-common" t t) |
| 36 | (declare-function ispell-tests--some-backend "ispell-tests-common" t t) | 36 | (declare-function ispell-tests--some-backend "ispell-tests-common" t t) |
| 37 | (declare-function ispell-tests--some-backend-available-p "ispell-tests-common" t t) | 37 | (declare-function ispell-tests--some-backend-available-p "ispell-tests-common" t t) |
| 38 | 38 | ||