aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Ingebrigtsen2018-04-13 15:41:35 +0200
committerLars Ingebrigtsen2018-04-13 15:42:53 +0200
commit1fd104d30a8985e1f6962eb325207efad96273b6 (patch)
tree448811709d5dbe3d490f11960cc78dbd1841500b
parent013bb2097e7b269d0ff0fc0e0482e6d8de849620 (diff)
downloademacs-1fd104d30a8985e1f6962eb325207efad96273b6.tar.gz
emacs-1fd104d30a8985e1f6962eb325207efad96273b6.zip
Update defcustom version for last patch to url-vars.el
* lisp/url/url-vars.el (url-lastloc-privacy-level): Update defcustom version.
-rw-r--r--lisp/url/url-vars.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/url/url-vars.el b/lisp/url/url-vars.el
index 6ef21684a6c..ef990a75883 100644
--- a/lisp/url/url-vars.el
+++ b/lisp/url/url-vars.el
@@ -170,7 +170,7 @@ domain-match -- Send last location if the new location is within the
170host-match -- Send last location if the new location is on the 170host-match -- Send last location if the new location is on the
171 same host 171 same host
172" 172"
173 :version "26.1" 173 :version "27.1"
174 :type '(radio (const :tag "Always send" none) 174 :type '(radio (const :tag "Always send" none)
175 (const :tag "Domains match" domain-match) 175 (const :tag "Domains match" domain-match)
176 (const :tag "Hosts match" host-match)) 176 (const :tag "Hosts match" host-match))