]> git.eshelyaron.com Git - emacs.git/commit
Avoid errors when flyspell-generic-check-word-predicate is a lambda.
authorHong Xu <hong@topbug.net>
Thu, 16 Feb 2017 21:28:56 +0000 (13:28 -0800)
committerNoam Postavsky <npostavs@gmail.com>
Sat, 18 Feb 2017 02:50:46 +0000 (21:50 -0500)
commita83b66923cfb71bb477d7a1f426f7426f91917da
tree4206b7de3a68424d0c71e868353181cfdf024819
parent22b2207471807bda86534b4faf1a29b3a6447536
Avoid errors when flyspell-generic-check-word-predicate is a lambda.

* flyspell.el (flyspell-auto-correct-word, flyspell-word): Apply
functionp instead of fboundp on
flyspell-generic-check-word-predicate (Bug#25765).
lisp/textmodes/flyspell.el