comparison lisp/ChangeLog @ 87684:9349c39d2ae0

* 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 "--".
author Eric S. Raymond <esr@snark.thyrsus.com>
date Wed, 09 Jan 2008 16:21:29 +0000
parents 2698fd71ec80
children a7108d800053
comparison
equal deleted inserted replaced
87683:6c04697c250d 87684:9349c39d2ae0
1 2008-01-09 Eric S. Raymond <esr@snark.thyrsus.com>
2
3 * testmodes/sgml-mode.el (sgml-tag-syntax-table): Initialize this
4 constant with a computation on sgml-specials rather than a literal
5 list. Without this change the syntax table is generated
6 incorrectly, and the mode will think it's in a comment following
7 any instance of the string "--".
8
1 2008-01-09 Tassilo Horn <tassilo@member.fsf.org> 9 2008-01-09 Tassilo Horn <tassilo@member.fsf.org>
2 10
3 * doc-view.el (doc-view-mode-p): Add EPS as supported type. 11 * doc-view.el (doc-view-mode-p): Add EPS as supported type.
4 (doc-view-mode): Support document files inside archives. 12 (doc-view-mode): Support document files inside archives.
5 13