Mercurial > emacs
changeset 77523:98b058621040
* textmodes/flyspell.el (flyspell-auto-correct-previous-word): Use
window-start and window-end.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Fri, 27 Apr 2007 18:56:16 +0000 |
parents | 2c3331730126 |
children | 7be6bca439a5 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <cyd@stupidchicken.com> + + * textmodes/flyspell.el (flyspell-auto-correct-previous-word): Use + window-start and window-end. + 2007-04-27 Andreas Schwab <schwab@suse.de> * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.