emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-bug-tracker] bug#6406: closed (24.0.50; [PATCH] Fix `url-privacy-


From: GNU bug Tracking System
Subject: [Emacs-bug-tracker] bug#6406: closed (24.0.50; [PATCH] Fix `url-privacy-level' docstring.)
Date: Sat, 12 Jun 2010 07:26:02 +0000

Your message dated Sat, 12 Jun 2010 03:25:43 -0400
with message-id <address@hidden>
and subject line Re: bug#6406: 24.0.50; [PATCH] Fix `url-privacy-level' 
docstring.
has caused the GNU bug report #6406,
regarding 24.0.50; [PATCH] Fix `url-privacy-level' docstring.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
6406: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=6406
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 24.0.50; [PATCH] Fix `url-privacy-level' docstring. Date: Fri, 11 Jun 2010 21:37:52 +0200
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:
 



--- End Message ---
--- Begin Message --- Subject: Re: bug#6406: 24.0.50; [PATCH] Fix `url-privacy-level' docstring. Date: Sat, 12 Jun 2010 03:25:43 -0400 User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)
Thanks.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]