all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#6406: 24.0.50; [PATCH] Fix `url-privacy-level' docstring.
@ 2010-06-11 19:37 Štěpán Němec
  2010-06-12  7:25 ` Glenn Morris
  0 siblings, 1 reply; 2+ messages in thread
From: Štěpán Němec @ 2010-06-11 19:37 UTC (permalink / raw)
  To: 6406

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:
 





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#6406: 24.0.50; [PATCH] Fix `url-privacy-level' docstring.
  2010-06-11 19:37 bug#6406: 24.0.50; [PATCH] Fix `url-privacy-level' docstring Štěpán Němec
@ 2010-06-12  7:25 ` Glenn Morris
  0 siblings, 0 replies; 2+ messages in thread
From: Glenn Morris @ 2010-06-12  7:25 UTC (permalink / raw)
  To: 6406-done

Thanks.





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-06-12  7:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-11 19:37 bug#6406: 24.0.50; [PATCH] Fix `url-privacy-level' docstring Štěpán Němec
2010-06-12  7:25 ` Glenn Morris

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.