]> git.eshelyaron.com Git - emacs.git/commit
(libxml-parse-html-region): Make DISCARD-COMMENTS obsolete
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 14 Apr 2018 17:06:51 +0000 (19:06 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 14 Apr 2018 17:06:51 +0000 (19:06 +0200)
commit369cb30d8cc9b2c1eee8ed21cca89e0277f8d61d
tree9cc1899526409407fa167b03d266ead2cd7f818c
parent0b0d3815da99f575b74e82234bfb963d89362152
(libxml-parse-html-region): Make DISCARD-COMMENTS obsolete

* lisp/subr.el (libxml-parse-xml-region)
(libxml-parse-html-region): Make DISCARD-COMMENTS obsolete.

* src/xml.c (Flibxml_parse_html_region)
(Flibxml_parse_xml_region): Don't mention DISCARD-COMMENTS, since
it's now no longer part of the advertised signature (bug#27178).
lisp/subr.el
src/xml.c