unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#66613: [PATCH] * lisp/url/url-vars.el: Fix typo
@ 2023-10-18 15:53 Morgan Smith
  2023-10-22 19:46 ` Stefan Kangas
  0 siblings, 1 reply; 2+ messages in thread
From: Morgan Smith @ 2023-10-18 15:53 UTC (permalink / raw)
  To: 66613

---
 lisp/url/url-vars.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/url/url-vars.el b/lisp/url/url-vars.el
index ef4b8b2841b..f7bcfb32628 100644
--- a/lisp/url/url-vars.el
+++ b/lisp/url/url-vars.el
@@ -146,7 +146,7 @@ url-privacy-level
 			   (const :tag "Emacs version" :value emacs)
 			   (const :tag "Last location" :value lastloc)
 			   (const :tag "Browser identification" :value agent)
-			   (const :tag "No cookies" :value cookie)))
+			   (const :tag "No cookies" :value cookies)))
   :group 'url)
 
 (defcustom url-lastloc-privacy-level 'domain-match
-- 
2.41.0






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

end of thread, other threads:[~2023-10-22 19:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-18 15:53 bug#66613: [PATCH] * lisp/url/url-vars.el: Fix typo Morgan Smith
2023-10-22 19:46 ` Stefan Kangas

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).