emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: (html-parse-string &optional LISP-OBJECT STRING LISP-OBJECT BASE-URL


From: Andreas Schwab
Subject: Re: (html-parse-string &optional LISP-OBJECT STRING LISP-OBJECT BASE-URL)
Date: Tue, 14 Sep 2010 09:48:34 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)

Leo <address@hidden> writes:

> When I looked at the doc string of html-parse-string, it includes
> LISP-OBJECT. Looks like the following trivial patch is needed.

Your make-docfile is outdated.

> diff --git a/src/xml.c b/src/xml.c
> index c1098b1..1087e50 100644
> --- a/src/xml.c
> +++ b/src/xml.c
> @@ -112,7 +112,8 @@ DEFUN ("html-parse-string", Fhtml_parse_string, 
> Shtml_parse_string,
>         doc: /* Parse the string as an HTML document and return the parse 
> tree.
>  If BASE-URL is non-nil, it will be used to expand relative URLs in
>  the HTML document.*/)
> -  (Lisp_Object string, Lisp_Object base_url)
> +     (string, base_url)
> +     Lisp_Object string, base_url;

This is wrong.  We don't use obsolete old-style function definitions any
more.

Andreas.

-- 
Andreas Schwab, address@hidden
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]