223c223 < (defun url-retrieve-synchronously (url) --- > (defun url-retrieve-synchronously (url &optional silent) 227c227,229 < no further processing). URL is either a string or a parsed URL." --- > no further processing). URL is either a string or a parsed URL. > > If SILENT, then don't message progress reports and the like." 236c238,240 < asynch-buffer (current-buffer))))) --- > asynch-buffer (current-buffer))) > nil > silent))