]> 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>
Thu, 30 Mar 2017 16:31:27 +0000 (18:31 +0200)
commit43cb754a3109ac9afaeab1f08e35673b078a7a09
tree94994ed897cce04801e0a718a292c50c706c6c88
parentcb315830a6bb2637316bef8664822dac4b8ad0f8
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