projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44c43ba
)
* lisp/url/url-handlers.el (directory-files): Adapt ARGS list.
author
Michael Albinus
<michael.albinus@gmx.de>
Sat, 25 Dec 2021 13:13:58 +0000
(14:13 +0100)
committer
Michael Albinus
<michael.albinus@gmx.de>
Sat, 25 Dec 2021 13:13:58 +0000
(14:13 +0100)
lisp/url/url-handlers.el
patch
|
blob
|
history
diff --git
a/lisp/url/url-handlers.el
b/lisp/url/url-handlers.el
index 650c610e04c85933e232d1d738d56f88cb3a888b..8f35a43bd233449b13c2fd04c9ce7669cd252f1d 100644
(file)
--- 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)