Mercurial > emacs
comparison lisp/ChangeLog @ 68053:5770fac9a117
(flyspell-accept-buffer-local-defs): Add an
argument `force' to disable the flyspell-last-buffer optimization.
(flyspell-mode-on): Use it.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 05 Jan 2006 21:52:16 +0000 |
parents | bd68cc8b0986 |
children | f6843c5eadd5 |
comparison
equal
deleted
inserted
replaced
68052:52ebcbbec4f0 | 68053:5770fac9a117 |
---|---|
1 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca> | 1 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca> |
2 | |
3 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an | |
4 argument `force' to disable the flyspell-last-buffer optimization. | |
5 (flyspell-mode-on): Use it. | |
2 | 6 |
3 * progmodes/flymake.el (flymake-get-cleanup-function): Default to | 7 * progmodes/flymake.el (flymake-get-cleanup-function): Default to |
4 flymake-simple-cleanup. | 8 flymake-simple-cleanup. |
5 (flymake-allowed-file-name-masks): Use this new default. | 9 (flymake-allowed-file-name-masks): Use this new default. |
6 All the functions are now called in the right buffer rather than | 10 All the functions are now called in the right buffer rather than |