Mercurial > emacs
changeset 95402:6f0d3ea7dbbe
(url-file-name-completion): Add missing argument.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 30 May 2008 01:36:29 +0000 |
parents | 67b3c5e7b37e |
children | 26df7325a6ff |
files | lisp/url/ChangeLog lisp/url/url-handlers.el |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/url/ChangeLog Thu May 29 23:00:20 2008 +0000 +++ b/lisp/url/ChangeLog Fri May 30 01:36:29 2008 +0000 @@ -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
--- a/lisp/url/url-handlers.el Thu May 29 23:00:20 2008 +0000 +++ b/lisp/url/url-handlers.el Fri May 30 01:36:29 2008 +0000 @@ -288,7 +288,7 @@ (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)