]> git.eshelyaron.com Git - emacs.git/commit
Make the URL library use records.
authorLars Brinkhoff <lars@nocrew.org>
Tue, 21 Mar 2017 19:48:52 +0000 (20:48 +0100)
committerLars Brinkhoff <lars@nocrew.org>
Tue, 4 Apr 2017 06:23:46 +0000 (08:23 +0200)
commitb6738682ae16c71132c95cd87d48daf598fe89a9
tree114230b8a5c52886be1741e7e2062b7def9cba61
parent8e6f204f44b6183ba73c7d1bec5841f2b7b8bdd0
Make the URL library use records.

* lisp/url/url.el, lisp/url/url-cache.el, lisp/url/url-dav.el,
lisp/url/url-expand.el, lisp/url/url-file.el, lisp/url/url-imap.el,
lisp/url/url-ldap.el: Use `url-p' instead of `vectorp'.

* lisp/url/url-http.el (url-http): Check for type `url' instead of
`vector'.
lisp/url/url-cache.el
lisp/url/url-dav.el
lisp/url/url-expand.el
lisp/url/url-file.el
lisp/url/url-http.el
lisp/url/url-imap.el
lisp/url/url-ldap.el
lisp/url/url.el