From: Lars Ingebrigtsen Date: Fri, 13 Apr 2018 13:41:35 +0000 (+0200) Subject: Update defcustom version for last patch to url-vars.el X-Git-Tag: emacs-27.0.90~5253 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1fd104d30a8985e1f6962eb325207efad96273b6;p=emacs.git Update defcustom version for last patch to url-vars.el * lisp/url/url-vars.el (url-lastloc-privacy-level): Update defcustom version. --- 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 host-match -- Send last location if the new location is on the same host " - :version "26.1" + :version "27.1" :type '(radio (const :tag "Always send" none) (const :tag "Domains match" domain-match) (const :tag "Hosts match" host-match))