(url-file-name-completion): Add missing argument.
This commit is contained in:
parent
eaf1161847
commit
a118b59bed
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* url-handlers.el (url-file-name-completion): Add missing argument.
|
||||
|
||||
2008-05-12 Teodor Zlatanov <tzz@lifelogs.com>
|
||||
|
||||
* url-auth.el: Add autoload cookie for
|
||||
|
|
|
@ -288,7 +288,7 @@ They count bytes from the beginning of the body."
|
|||
(decode-coding-inserted-region start (point) url visit beg end replace))
|
||||
(list url (car size-and-charset))))))
|
||||
|
||||
(defun url-file-name-completion (url directory)
|
||||
(defun url-file-name-completion (url directory &optional predicate)
|
||||
(error "Unimplemented"))
|
||||
|
||||
(defun url-file-name-all-completions (file directory)
|
||||
|
|
Loading…
Add table
Reference in a new issue