diff options
| author | Michael Albinus | 2011-01-04 14:00:11 +0100 |
|---|---|---|
| committer | Michael Albinus | 2011-01-04 14:00:11 +0100 |
| commit | 84156e941a93cc6955a0c812cdff4f5d23c221d9 (patch) | |
| tree | 6d40de5064ee7e9e30bc0c261aabbe5347094145 | |
| parent | 412b9ee578cda7bfc5ec6a0187e313b53f307cd5 (diff) | |
| download | emacs-84156e941a93cc6955a0c812cdff4f5d23c221d9.tar.gz emacs-84156e941a93cc6955a0c812cdff4f5d23c221d9.zip | |
* NEWS: Revert change in libxml-* functions, which was applied by
previous patch accidently.
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -715,8 +715,8 @@ by the Graphic Control Extension of the image. | |||
| 715 | 715 | ||
| 716 | *** If Emacs is compiled with libxml2 support (which is the default), | 716 | *** If Emacs is compiled with libxml2 support (which is the default), |
| 717 | two new Emacs Lisp-level functions are defined: | 717 | two new Emacs Lisp-level functions are defined: |
| 718 | `xml-parse-html-string-internal' (which will parse "real world" HTML) | 718 | `libxml-parse-html-region' (which will parse "real world" HTML) |
| 719 | and `xml-parse-string-internal' (which parses XML). Both return an | 719 | and `libxml-parse-xml-region' (which parses XML). Both return an |
| 720 | Emacs Lisp parse tree. | 720 | Emacs Lisp parse tree. |
| 721 | 721 | ||
| 722 | FIXME: These should be front-ended by xml.el. | 722 | FIXME: These should be front-ended by xml.el. |