# HG changeset patch # User Kevin Ryde # Date 1258412001 0 # Node ID 596e2a7ed0ef95030fdf90799c0eba02194c2416 # Parent ec3a09d482952d9642b39e1f432baad24cf44981 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Use `sgml-lexical-context' instead of own parse for tag. (Further to Bug#4511). diff -r ec3a09d48295 -r 596e2a7ed0ef lisp/ChangeLog --- 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 + + * 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 * vc.el (vc-log-show-limit): Default to 2000.