X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/da95e2399e068eb87ea90a4617d80980d0601eb4..d1ab001b5ba5db6d33d93e78ae2373ce7fd72128:/lisp/url/url.el diff --git a/lisp/url/url.el b/lisp/url/url.el index 4594ab6a7f..91adada5e8 100644 --- a/lisp/url/url.el +++ b/lisp/url/url.el @@ -1,6 +1,7 @@ ;;; url.el --- Uniform Resource Locator retrieval tool -*- lexical-binding: t -*- -;; Copyright (C) 1996-1999, 2001, 2004-2014 Free Software Foundation, Inc. +;; Copyright (C) 1996-1999, 2001, 2004-2016 Free Software Foundation, +;; Inc. ;; Author: Bill Perry ;; Maintainer: emacs-devel@gnu.org @@ -224,7 +225,10 @@ URL-encoded before it's used." "Retrieve URL synchronously. Return the buffer containing the data, or nil if there are no data associated with it (the case for dired, info, or mailto URLs that need -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 is non-nil, don't display progress reports and similar messages. +If INHIBIT-COOKIES is non-nil, cookies will neither be stored nor sent +to the server." (url-do-setup) (let ((retrieval-done nil)