1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-27 15:52:00 -08:00
emacs/lisp/url
Stefan Monnier b870e584a4 Use lexical-binding in all of lisp/url
* lisp/url/url-dav.el: Use lexical-binding.
(url-dav-process-DAV:prop): Remove unused var `handler-func`.
(url-dav-lock-resource): Remove unused var `child-url`.
(url-dav-active-locks): Remove unused var `properties`.
(url-dav-delete-directory): Remove unused var `props`.
(url-dav-file-name-completion): Remove unused var `result`.

* lisp/url/url-expand.el (url-expand-file-name): Use \s

* lisp/url/url-file.el (url-file): Improve regexp.

* lisp/url/url-gw.el: Use lexical-binding.
(url-open-stream): Remove unused var `cur-retries`, `retry`, `errobj`.

* lisp/url/url-imap.el: Use lexical-binding.
(imap-username, imap-password): Declare.

* lisp/url/url-mailto.el: Use lexical-binding.
(url-mailto): Remove unused var `func`.  Use `push`.

* lisp/url/url-news.el: Use lexical-binding.
(url-news): Remove unused var `article-brackets`.

* lisp/url/url-cid.el:
* lisp/url/url-cache.el:
* lisp/url/url-about.el:
* lisp/url/url-tramp.el:
* lisp/url/url-proxy.el:
* lisp/url/url-privacy.el:
* lisp/url/url-nfs.el:
* lisp/url/url-ldap.el:
* lisp/url/url-misc.el:
* lisp/url/url-methods.el: Use lexical-binding.
2021-01-26 18:17:00 -05:00
..
ChangeLog.1 Update copyright year to 2021 2021-01-01 01:13:56 -08:00
url-about.el Use lexical-binding in all of lisp/url 2021-01-26 18:17:00 -05:00
url-auth.el Update copyright year to 2021 2021-01-01 01:13:56 -08:00
url-cache.el Use lexical-binding in all of lisp/url 2021-01-26 18:17:00 -05:00
url-cid.el Use lexical-binding in all of lisp/url 2021-01-26 18:17:00 -05:00
url-cookie.el Update copyright year to 2021 2021-01-01 01:13:56 -08:00
url-dav.el Use lexical-binding in all of lisp/url 2021-01-26 18:17:00 -05:00
url-dired.el Update copyright year to 2021 2021-01-01 01:13:56 -08:00
url-domsuf.el Update copyright year to 2021 2021-01-01 01:13:56 -08:00
url-expand.el Use lexical-binding in all of lisp/url 2021-01-26 18:17:00 -05:00
url-file.el Use lexical-binding in all of lisp/url 2021-01-26 18:17:00 -05:00
url-ftp.el Update copyright year to 2021 2021-01-01 01:13:56 -08:00
url-future.el Update copyright year to 2021 2021-01-01 01:13:56 -08:00
url-gw.el Use lexical-binding in all of lisp/url 2021-01-26 18:17:00 -05:00
url-handlers.el Update copyright year to 2021 2021-01-01 01:13:56 -08:00
url-history.el Update copyright year to 2021 2021-01-01 01:13:56 -08:00
url-http.el Use lexical-binding in all of lisp/url 2021-01-26 18:17:00 -05:00
url-imap.el Use lexical-binding in all of lisp/url 2021-01-26 18:17:00 -05:00
url-irc.el Update copyright year to 2021 2021-01-01 01:13:56 -08:00
url-ldap.el Use lexical-binding in all of lisp/url 2021-01-26 18:17:00 -05:00
url-mailto.el Use lexical-binding in all of lisp/url 2021-01-26 18:17:00 -05:00
url-methods.el Use lexical-binding in all of lisp/url 2021-01-26 18:17:00 -05:00
url-misc.el Use lexical-binding in all of lisp/url 2021-01-26 18:17:00 -05:00
url-news.el Use lexical-binding in all of lisp/url 2021-01-26 18:17:00 -05:00
url-nfs.el Use lexical-binding in all of lisp/url 2021-01-26 18:17:00 -05:00
url-parse.el Update copyright year to 2021 2021-01-01 01:13:56 -08:00
url-privacy.el Use lexical-binding in all of lisp/url 2021-01-26 18:17:00 -05:00
url-proxy.el Use lexical-binding in all of lisp/url 2021-01-26 18:17:00 -05:00
url-queue.el Update copyright year to 2021 2021-01-01 01:13:56 -08:00
url-tramp.el Use lexical-binding in all of lisp/url 2021-01-26 18:17:00 -05:00
url-util.el Update copyright year to 2021 2021-01-01 01:13:56 -08:00
url-vars.el Update copyright year to 2021 2021-01-01 01:13:56 -08:00
url.el Use lexical-binding in all of lisp/url 2021-01-26 18:17:00 -05:00