1
Fork 0
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:
Eli Zaretskii 2026-01-18 22:15:18 +02:00
parent 3c125e2414
commit e14e9eb70b

View file

@ -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")