From: Stefan Monnier Date: Fri, 30 May 2008 01:36:29 +0000 (+0000) Subject: (url-file-name-completion): Add missing argument. X-Git-Tag: emacs-pretest-23.0.90~5215 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a118b59bed88dee370dba64bfc09245fb78dbf8b;p=emacs.git (url-file-name-completion): Add missing argument. --- diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog index 3ae9c60cff7..b303d9757e4 100644 --- a/lisp/url/ChangeLog +++ b/lisp/url/ChangeLog @@ -1,3 +1,7 @@ +2008-05-30 Stefan Monnier + + * url-handlers.el (url-file-name-completion): Add missing argument. + 2008-05-12 Teodor Zlatanov * url-auth.el: Add autoload cookie for diff --git a/lisp/url/url-handlers.el b/lisp/url/url-handlers.el index 3fe441b5c84..133f40a3636 100644 --- a/lisp/url/url-handlers.el +++ b/lisp/url/url-handlers.el @@ -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)