]> code.delx.au - gnu-emacs/commit
* lisp/textmodes/flyspell.el: Commenting style, plus code simplifications.
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 18 May 2012 19:04:07 +0000 (15:04 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 18 May 2012 19:04:07 +0000 (15:04 -0400)
commit60c4db3a60a7b7f0b835201efbd767ce12fa18d3
tree06b59826e754f8497dd8d2d0a7dd877cd70e1dc6
parent29473393648da830a6e954672e59cfbf4012049b
* lisp/textmodes/flyspell.el: Commenting style, plus code simplifications.
(flyspell-default-deplacement-commands): Don't spell check after
repeated window/frame switches (e.g. triggered by mouse-movement).
(flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
(flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
(flyspell-casechars-cache, flyspell-ispell-casechars-cache)
(flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
Remove unused vars.
(flyspell-get-casechars, flyspell-get-not-casechars):
Simplify; Don't bother removing a ] just to add it back.
* lisp/textmodes/ispell.el (ispell-program-name): Use executable-find.
lisp/ChangeLog
lisp/textmodes/flyspell.el
lisp/textmodes/ispell.el