aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/url
diff options
context:
space:
mode:
authorStefan Monnier <[email protected]>2008-05-30 01:36:29 +0000
committerStefan Monnier <[email protected]>2008-05-30 01:36:29 +0000
commita118b59bed88dee370dba64bfc09245fb78dbf8b (patch)
tree78f2367866069eb77f5849da3661e9b1eadba35c /lisp/url
parenteaf11618479c899a602cfe12a3e18a5db48d8959 (diff)
(url-file-name-completion): Add missing argument.
Diffstat (limited to 'lisp/url')
-rw-r--r--lisp/url/ChangeLog4
-rw-r--r--lisp/url/url-handlers.el2
2 files changed, 5 insertions, 1 deletions
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 <[email protected]>
+
+ * url-handlers.el (url-file-name-completion): Add missing argument.
+
2008-05-12 Teodor Zlatanov <[email protected]>
* 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)