]> git.eshelyaron.com Git - emacs.git/commitdiff
(url-file-name-completion): Add missing argument.
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 30 May 2008 01:36:29 +0000 (01:36 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 30 May 2008 01:36:29 +0000 (01:36 +0000)
lisp/url/ChangeLog
lisp/url/url-handlers.el

index 3ae9c60cff705074df4518a00bade5d1f0cf57e6..b303d9757e4b094711db9393fc3637ea91e5c43a 100644 (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
index 3fe441b5c84e1e6e7cff0f33ae01ea786b5d5239..133f40a36369f06bea675a786fb6e1f80cb88f65 100644 (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)