[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: |
Aurélien Aptel |
Subject: |
bug#12096: 24.1; Several documented functions in URL package are not defined |
Date: |
Thu, 2 Aug 2012 16:36:05 +0200 |
> Can you submit a patch for this?
Yes :)
So I've looked at the history of url-parse.el and all the url-set-xxx
were removed when the the package used CL.
Instead, to set an attribute you have to use setf.
I've updated the doc (update-doc.diff) and removed a useless
constructor in url-parse.el (url-parse-cleanup.diff).
Btw, I've made my change (and commited them) to my local copy of the
bazaar repo. I'm just sending you the diff of the changes. Is there a
better way to do this? A way to send commits, maybe?
update-doc.diff
Description: Binary data
url-parse-cleanup.diff
Description: Binary data