* xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
commitf6fcdfff176e2acb3fb5e3c6847fb5664ef01035
authorChong Yidong <cyd@stupidchicken.com>
Sat, 17 Mar 2007 18:55:52 +0000 (17 18:55 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 17 Mar 2007 18:55:52 +0000 (17 18:55 +0000)
treee9c4e009ec54d345f11d74da308607f3bfcf6345
parent19f512103c1dd481aaceaf2d7071d4ba0c246729
* xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
(xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
Return to use of the -no-properties variants.  There was
consensus on emacs-devel that the speed of these variants was
prefered since we are usually parsing files (from the internet
or on disk) instead of XML created in Emacs.
lisp/xml.el