* testmodes/sgml-mode.el (sgml-tag-syntax-table): Initialize this
authorEric S. Raymond <esr@snark.thyrsus.com>
Wed, 9 Jan 2008 16:21:29 +0000 (16:21 +0000)
committerEric S. Raymond <esr@snark.thyrsus.com>
Wed, 9 Jan 2008 16:21:29 +0000 (16:21 +0000)
commit6e69aa4d01211c82fbc568bc2d44cc8d2347b6ed
tree767b31d92b0f55d39cbcfe079afee7389b508fe0
parent6870e775305e94e3d9a3adcb4da3616c703c90a3
* testmodes/sgml-mode.el (sgml-tag-syntax-table):  Initialize this
constant with a computation on sgml-specials rather than a literal
list.  Without this change the syntax table is generated
incorrectly, and the mode will think it's in a comment following
any instance of the string "--".
lisp/ChangeLog
lisp/textmodes/sgml-mode.el