(url-file-name-completion): Add missing argument.

This commit is contained in:
Stefan Monnier 2008-05-30 01:36:29 +00:00
parent eaf1161847
commit a118b59bed
2 changed files with 5 additions and 1 deletions

View file

@ -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

View file

@ -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)