tools/flyspell: demote missing program warning

Log the missing dependency rather than a disruptive pop up.
This commit is contained in:
Henrik Lissner 2019-06-07 23:05:56 +02:00
parent 4ae6faf627
commit ada5990f88
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -42,7 +42,7 @@ Since spellchecking can be slow in some buffers, this can be disabled with:
(`hunspell (`hunspell
(setq ispell-program-name "hunspell")) (setq ispell-program-name "hunspell"))
(_ (warn "Spell checker not found. Either install `aspell' or `hunspell'")))) (_ (message "Spell checker not found. Either install `aspell' or `hunspell'"))))
;;;###package flyspell ;;;###package flyspell