From a118b59bed88dee370dba64bfc09245fb78dbf8b Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Fri, 30 May 2008 01:36:29 +0000 Subject: (url-file-name-completion): Add missing argument. --- lisp/url/ChangeLog | 4 ++++ lisp/url/url-handlers.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'lisp/url') diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog index 3ae9c60cff..b303d9757e 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 3fe441b5c8..133f40a363 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) -- cgit v1.2.3