all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Štěpán Němec" <stepnem@gmail.com>
To: 6406@debbugs.gnu.org
Subject: bug#6406: 24.0.50; [PATCH] Fix `url-privacy-level' docstring.
Date: Fri, 11 Jun 2010 21:37:52 +0200	[thread overview]
Message-ID: <87vd9p2wdr.fsf@gmail.com> (raw)

Tags: patch


The docstring lists `cookie' as a possible value, but the code in
`url-cookie.el' (url-cookie-handle-set-cookie) actually tests for
`cookies'.


diff --git a/lisp/url/url-vars.el b/lisp/url/url-vars.el
index 1b9fd7b..65622a0 100644
--- a/lisp/url/url-vars.el
+++ b/lisp/url/url-vars.el
@@ -128,7 +128,7 @@ (defcustom url-privacy-level '(email)
 os       -- the operating system info
 lastloc  -- the last location
 agent    -- do not send the User-Agent string
-cookie   -- never accept HTTP cookies
+cookies  -- never accept HTTP cookies
 
 Samples:
 





             reply	other threads:[~2010-06-11 19:37 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-11 19:37 Štěpán Němec [this message]
2010-06-12  7:25 ` bug#6406: 24.0.50; [PATCH] Fix `url-privacy-level' docstring Glenn Morris

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87vd9p2wdr.fsf@gmail.com \
    --to=stepnem@gmail.com \
    --cc=6406@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.