* lisp/url/url-handlers.el (directory-files): Adapt ARGS list.
This commit is contained in:
parent
44c43ba4bd
commit
3106eeedde
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue