]> git.eshelyaron.com Git - emacs.git/commit
spelling-tests.el: ignore errors when checking for ispell
authorRobert Pluim <rpluim@gmail.com>
Thu, 13 Jan 2022 09:57:56 +0000 (10:57 +0100)
committerRobert Pluim <rpluim@gmail.com>
Fri, 14 Jan 2022 09:06:21 +0000 (10:06 +0100)
commit8df6f002237a1f5624a34c1880aed809918aebe4
tree94a84fd8113e9d3548cc47c63efd766dd3a7667c
parent373618d3a8ea378710989032c575b3e0c80381b2
spelling-tests.el: ignore errors when checking for ispell

ispell-valid-dictionary-list can signal an error, eg when the local
hunspell installation cannot find any dictionaries, so it's best to
ignore that error.

* test/lisp/so-long-tests/spelling-tests.el (so-long-spelling): Wrap
ispell check in ignore-errors, as ispell-valid-dictionary-list can
signal an error.
test/lisp/so-long-tests/spelling-tests.el