bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#12096: 24.1; Several documented functions in URL package are not def


From: Stefan Monnier
Subject: bug#12096: 24.1; Several documented functions in URL package are not defined
Date: Sat, 04 Aug 2012 03:44:37 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux)

> I've updated the doc (update-doc.diff) and removed a useless
> constructor in url-parse.el (url-parse-cleanup.diff).
[...]
>  (cl-defstruct (url
> -            (:constructor nil)
>              (:constructor url-parse-make-urlobj
>                            (&optional type user password host portspec 
> filename
>                                       target attributes fullness))

This does not remove a useless constructor, but instead adds a useless
contructor (the ":constructor nil" thingy is there to disable the
automatic creation of a default constructor).


        Stefan





reply via email to

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