mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
; 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:
parent
1b4e4fda5e
commit
59c7ee29dc
2 changed files with 2 additions and 2 deletions
|
|
@ -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."
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue