diff options
author | Lars Magne Ingebrigtsen <larsi@gnus.org> | 2010-10-02 04:04:20 +0200 |
---|---|---|
committer | Lars Magne Ingebrigtsen <larsi@gnus.org> | 2010-10-02 04:04:20 +0200 |
commit | 08b8ba9fae180c04036b748d5838a5768b013c1d (patch) | |
tree | a3b5248d781c2337b04d25d196c2674b345fbd97 /lisp/url/url-parse.el | |
parent | 20a5e99685c1b5b5739f21147d68b31f5726cc07 (diff) | |
download | emacs-08b8ba9fae180c04036b748d5838a5768b013c1d.tar.gz |
Modify url-retrieve and related functions and structures to respect a
`silent' flag to signal that the operation should be silent.
Diffstat (limited to 'lisp/url/url-parse.el')
-rw-r--r-- | lisp/url/url-parse.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/url/url-parse.el b/lisp/url/url-parse.el index 20432dcf7e5..7cfaf2a6b55 100644 --- a/lisp/url/url-parse.el +++ b/lisp/url/url-parse.el @@ -36,7 +36,7 @@ (&optional type user password host portspec filename target attributes fullness)) (:copier nil)) - type user password host portspec filename target attributes fullness) + type user password host portspec filename target attributes fullness silent) (defsubst url-port (urlobj) (or (url-portspec urlobj) |