Mercurial > emacs
changeset 106064:596e2a7ed0ef
* textmodes/flyspell.el (sgml-mode-flyspell-verify): Use
`sgml-lexical-context' instead of own parse for tag. (Further to
Bug#4511).
author | Kevin Ryde <user42@zip.com.au> |
---|---|
date | Mon, 16 Nov 2009 22:53:21 +0000 |
parents | ec3a09d48295 |
children | b97222e6f7a8 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Nov 16 22:52:29 2009 +0000 +++ b/lisp/ChangeLog Mon Nov 16 22:53:21 2009 +0000 @@ -1,3 +1,9 @@ +2009-11-16 Kevin Ryde <user42@zip.com.au> + + * textmodes/flyspell.el (sgml-mode-flyspell-verify): Use + `sgml-lexical-context' instead of own parse for tag. (Further to + Bug#4511). + 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu> * vc.el (vc-log-show-limit): Default to 2000.