projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
380f857
)
Fix typo in url-privacy-level :type
author
Morgan J. Smith
<Morgan.J.Smith@outlook.com>
Sun, 22 Oct 2023 19:43:46 +0000
(21:43 +0200)
committer
Stefan Kangas
<stefankangas@gmail.com>
Sun, 22 Oct 2023 19:45:49 +0000
(21:45 +0200)
* lisp/url/url-vars.el (url-privacy-level): Fix typo in
:type. (Bug#66613)
lisp/url/url-vars.el
patch
|
blob
|
history
diff --git
a/lisp/url/url-vars.el
b/lisp/url/url-vars.el
index ef4b8b2841bc83148d91c4bb863c03d155d06ac2..630de7f4e432ddbe38c6b35235788636ff864b80 100644
(file)
--- 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