summaryrefslogtreecommitdiff
path: root/lisp/url/url-handlers.el
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2021-12-25 14:13:58 +0100
committerMichael Albinus <michael.albinus@gmx.de>2021-12-25 14:13:58 +0100
commit3106eeedde9776641e7dca68a262938102dcf0c8 (patch)
tree797a1e47beca38c6d9703c7262fe771e9e5eba26 /lisp/url/url-handlers.el
parent44c43ba4bd425ae7dc06d50d46e04081023b4a5e (diff)
downloademacs-3106eeedde9776641e7dca68a262938102dcf0c8.tar.gz
* lisp/url/url-handlers.el (directory-files): Adapt ARGS list.
Diffstat (limited to 'lisp/url/url-handlers.el')
-rw-r--r--lisp/url/url-handlers.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/url/url-handlers.el b/lisp/url/url-handlers.el
index 650c610e04c..8f35a43bd23 100644
--- a/lisp/url/url-handlers.el
+++ b/lisp/url/url-handlers.el
@@ -396,7 +396,8 @@ if it had been inserted from a file named URL."
(url-handlers-create-wrapper file-writable-p (url))
(url-handlers-create-wrapper file-directory-p (url))
(url-handlers-create-wrapper file-executable-p (url))
-(url-handlers-create-wrapper directory-files (url &optional full match nosort))
+(url-handlers-create-wrapper
+ directory-files (url &optional full match nosort count))
(url-handlers-create-wrapper file-truename (url &optional counter prev-dirs))
(add-hook 'find-file-hook #'url-handlers-set-buffer-mode)