diff lisp/url/url-parse.el @ 110693:754df5a0efe9

Modify url-retrieve and related functions and structures to respect a `silent' flag to signal that the operation should be silent.
author Lars Magne Ingebrigtsen <larsi@gnus.org>
date Sat, 02 Oct 2010 04:04:20 +0200
parents fc2c0625a14a
children 417b1e4d63cd
line wrap: on
line diff
--- a/lisp/url/url-parse.el	Sat Oct 02 02:39:15 2010 +0200
+++ b/lisp/url/url-parse.el	Sat Oct 02 04:04:20 2010 +0200
@@ -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)