1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 16:51:06 -07:00
emacs/lisp/url
Basil L. Contovounesios 72047556fa Fix url-copy-file argument handling
For discussion, see the following thread:
https://lists.gnu.org/archive/html/emacs-devel/2019-05/msg00500.html
* lisp/url/url-handlers.el: Update autoloaded docstrings.
Quote function symbols as such.
(url-handler-regexp): Make grouping construct shy.
(url-file-handler, url-insert-buffer-contents)
(url-handlers-create-wrapper, url-handlers-set-buffer-mode):
Simplify.
(url-file-handler-identity): Clarify calling convention.
(file-name-absolute-p, url-file-local-copy): Mark ignored arguments
as such.
(url-handler-directory-file-name): Prefer string comparison over
regexp match where either will do.
(url-copy-file): Handle integer as third argument as per copy-file.
2019-05-23 01:41:00 +01:00
..
ChangeLog.1
url-about.el
url-auth.el Don't have url-basic-auth bug out when called with an URL string 2019-05-15 07:34:35 +02:00
url-cache.el Avoid some double-rounding of Lisp timestamps 2019-02-22 18:33:57 -08:00
url-cid.el
url-cookie.el Avoid some double-rounding of Lisp timestamps 2019-02-22 18:33:57 -08:00
url-dav.el Fixes for "Maintainer:" and related lines 2019-05-19 21:34:27 -07:00
url-dired.el
url-domsuf.el
url-expand.el
url-file.el
url-ftp.el
url-future.el
url-gw.el Fixes for "Maintainer:" and related lines 2019-05-19 21:34:27 -07:00
url-handlers.el Fix url-copy-file argument handling 2019-05-23 01:41:00 +01:00
url-history.el
url-http.el Fixes for "Maintainer:" and related lines 2019-05-19 21:34:27 -07:00
url-imap.el
url-irc.el
url-ldap.el
url-mailto.el
url-methods.el
url-misc.el Omit/rewrite useless regexp repetitions 2019-04-12 19:43:41 -07:00
url-news.el
url-nfs.el
url-ns.el
url-parse.el Fix regular-expression glitches and typos 2019-03-04 18:00:58 -08:00
url-privacy.el
url-proxy.el
url-queue.el Avoid some double-rounding of Lisp timestamps 2019-02-22 18:33:57 -08:00
url-tramp.el
url-util.el Fixes for "Maintainer:" and related lines 2019-05-19 21:34:27 -07:00
url-vars.el
url.el Fixes for "Maintainer:" and related lines 2019-05-19 21:34:27 -07:00