mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-23 10:34:07 +00:00
* lisp/url/url-handlers.el (directory-files): Adapt ARGS list.
This commit is contained in:
parent
44c43ba4bd
commit
3106eeedde
@ -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…
Reference in New Issue
Block a user