]> git.eshelyaron.com Git - emacs.git/commit
Remove a redundant let-binding from Ispell
authorBasil L. Contovounesios <contovob@tcd.ie>
Fri, 30 Jul 2021 10:30:53 +0000 (11:30 +0100)
committerBasil L. Contovounesios <contovob@tcd.ie>
Fri, 30 Jul 2021 10:30:53 +0000 (11:30 +0100)
commit97894b07c2a6dea48f048e0d0c19d5717912cdf6
treefff6e732b33fec2c5cac8396009dc28f8937fd56
parent5f65b67daccf7f4f30274f147a1adb5142328c6d
Remove a redundant let-binding from Ispell

Recent optimizer changes revealed a case-fold-search binding in
Ispell that was made redundant in the revision of 2020-11-03
"Simplify ispell-check-version’s use of -vv flag".

* lisp/textmodes/ispell.el (ispell-check-version): Remove no-op
binding of case-fold-search.
lisp/textmodes/ispell.el