mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-23 13:02:00 -08:00
; Fix one of ispell-tests
* test/lisp/textmodes/ispell-tests/ispell-tests.el (ispell/ispell-accept-buffer-local-defs/simple): Don't treat Aspell as Ispell even if it pretends to be. (Bug#80165)
This commit is contained in:
parent
3c125e2414
commit
e14e9eb70b
1 changed files with 5 additions and 0 deletions
|
|
@ -779,6 +779,11 @@ hunspell. Hence skipping."
|
|||
(ispell-tests--letopt
|
||||
((ispell-program-name (ispell-tests--some-backend)))
|
||||
|
||||
(ispell-check-version)
|
||||
(if (and ispell-really-aspell
|
||||
(equal ispell-program-name "ispell"))
|
||||
;; Don't let Aspell hide its true nature.
|
||||
(setq ispell-program-name "aspell"))
|
||||
(let ((test-dictname (ispell-tests--some-valid-dictionary ispell-program-name))
|
||||
(test-extcharmode "~latin3")
|
||||
(test-parser "~testparser")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue