]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/url/url-handlers.el (directory-files): Adapt ARGS list.
authorMichael Albinus <michael.albinus@gmx.de>
Sat, 25 Dec 2021 13:13:58 +0000 (14:13 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Sat, 25 Dec 2021 13:13:58 +0000 (14:13 +0100)
lisp/url/url-handlers.el

index 650c610e04c85933e232d1d738d56f88cb3a888b..8f35a43bd233449b13c2fd04c9ce7669cd252f1d 100644 (file)
@@ -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)