aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2007-04-27 18:53:22 +0000
committerChong Yidong2007-04-27 18:53:22 +0000
commit752d8efb27c1904eb27b04460edb76e827d6f2ba (patch)
treea3655fabdd7d069840d363516d180cc434dbabfb
parentd3040608ea03e0889810685d7d8a3ad3da6287c4 (diff)
downloademacs-752d8efb27c1904eb27b04460edb76e827d6f2ba.tar.gz
emacs-752d8efb27c1904eb27b04460edb76e827d6f2ba.zip
* textmodes/flyspell.el (flyspell-auto-correct-previous-word): Use
window-start and window-end.
-rw-r--r--lisp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8b070b79430..3a3bc53ac80 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12007-04-27 Chong Yidong <cyd@stupidchicken.com>
2
3 * textmodes/flyspell.el (flyspell-auto-correct-previous-word): Use
4 window-start and window-end.
5
12007-04-26 Glenn Morris <rgm@gnu.org> 62007-04-26 Glenn Morris <rgm@gnu.org>
2 7
3 * progmodes/python.el: Restore file pending consideration of legal 8 * progmodes/python.el: Restore file pending consideration of legal