emacs-diffs
[Top][All Lists]
Advanced

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

emacs-29 43127294e13: Fix typo in url-privacy-level :type


From: Stefan Kangas
Subject: emacs-29 43127294e13: Fix typo in url-privacy-level :type
Date: Sun, 22 Oct 2023 15:46:00 -0400 (EDT)

branch: emacs-29
commit 43127294e13af293369d710301b3a028ad4d53c3
Author: Morgan J. Smith <Morgan.J.Smith@outlook.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    Fix typo in url-privacy-level :type
    
    * lisp/url/url-vars.el (url-privacy-level): Fix typo in
    :type.  (Bug#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..630de7f4e43 100644
--- a/lisp/url/url-vars.el
+++ b/lisp/url/url-vars.el
@@ -146,7 +146,7 @@ variable."
                           (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



reply via email to

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