mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-28 07:45:00 +00:00
Fix typo in url-privacy-level :type
* lisp/url/url-vars.el (url-privacy-level): Fix typo in :type. (Bug#66613)
This commit is contained in:
parent
380f8574ef
commit
43127294e1
@ -146,7 +146,7 @@ variable."
|
|||||||
(const :tag "Emacs version" :value emacs)
|
(const :tag "Emacs version" :value emacs)
|
||||||
(const :tag "Last location" :value lastloc)
|
(const :tag "Last location" :value lastloc)
|
||||||
(const :tag "Browser identification" :value agent)
|
(const :tag "Browser identification" :value agent)
|
||||||
(const :tag "No cookies" :value cookie)))
|
(const :tag "No cookies" :value cookies)))
|
||||||
:group 'url)
|
:group 'url)
|
||||||
|
|
||||||
(defcustom url-lastloc-privacy-level 'domain-match
|
(defcustom url-lastloc-privacy-level 'domain-match
|
||||||
|
Loading…
Reference in New Issue
Block a user