aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2007-04-27 18:56:16 +0000
committerChong Yidong2007-04-27 18:56:16 +0000
commit58f1302510451b277dedf12fae1b56adc1222a38 (patch)
tree2f16596527ae8bdea40540711ef93444ee8ff305
parent8732be37a1191d3692b8177f3ba0255cd18f8095 (diff)
downloademacs-58f1302510451b277dedf12fae1b56adc1222a38.tar.gz
emacs-58f1302510451b277dedf12fae1b56adc1222a38.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 fa40c0a0bf1..c856ecae649 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-27 Andreas Schwab <schwab@suse.de> 62007-04-27 Andreas Schwab <schwab@suse.de>
2 7
3 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting. 8 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.