# HG changeset patch # User Chong Yidong # Date 1177700176 0 # Node ID 98b0586210402d857f4700648a91e855d3385964 # Parent 2c3331730126da82e33351aedcb85a7a52bb61ff * textmodes/flyspell.el (flyspell-auto-correct-previous-word): Use window-start and window-end. diff -r 2c3331730126 -r 98b058621040 lisp/ChangeLog --- a/lisp/ChangeLog Fri Apr 27 18:55:50 2007 +0000 +++ b/lisp/ChangeLog Fri Apr 27 18:56:16 2007 +0000 @@ -1,3 +1,8 @@ +2007-04-27 Chong Yidong + + * textmodes/flyspell.el (flyspell-auto-correct-previous-word): Use + window-start and window-end. + 2007-04-27 Andreas Schwab * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.