GNU bug report logs - #66613
[PATCH] * lisp/url/url-vars.el: Fix typo

Previous Next

Package: emacs;

Reported by: Morgan Smith <Morgan.J.Smith <at> outlook.com>

Date: Wed, 18 Oct 2023 16:00:02 UTC

Severity: normal

Tags: patch

Fixed in version 29.2

Done: Stefan Kangas <stefankangas <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Morgan Smith <Morgan.J.Smith <at> outlook.com>
Subject: bug#66613: closed (Re: bug#66613: [PATCH] * lisp/url/url-vars.el:
 Fix typo)
Date: Sun, 22 Oct 2023 19:48:03 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#66613: [PATCH] * lisp/url/url-vars.el: Fix typo

which was filed against the emacs package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 66613 <at> debbugs.gnu.org.

-- 
66613: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=66613
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Stefan Kangas <stefankangas <at> gmail.com>
To: Morgan Smith <Morgan.J.Smith <at> outlook.com>
Cc: 66613-done <at> debbugs.gnu.org
Subject: Re: bug#66613: [PATCH] * lisp/url/url-vars.el: Fix typo
Date: Sun, 22 Oct 2023 12:46:34 -0700
Version: 29.2

Morgan Smith <Morgan.J.Smith <at> outlook.com> writes:

> ---
>  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

Thanks, installed on emacs-29.

[1: 43127294e13]: 2023-10-22 21:45:49 +0200
  Fix typo in url-privacy-level :type
  https://git.savannah.gnu.org/cgit/emacs.git/commit/?id=43127294e13af293369d710301b3a028ad4d53c3

[Message part 3 (message/rfc822, inline)]
From: Morgan Smith <Morgan.J.Smith <at> outlook.com>
To: bug-gnu-emacs <at> gnu.org
Subject: [PATCH] * lisp/url/url-vars.el: Fix typo
Date: Wed, 18 Oct 2023 11:53:36 -0400
---
 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




This bug report was last modified 1 year and 211 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.