]> git.eshelyaron.com Git - emacs.git/commitdiff
Update defcustom version for last patch to url-vars.el
authorLars Ingebrigtsen <larsi@gnus.org>
Fri, 13 Apr 2018 13:41:35 +0000 (15:41 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 13 Apr 2018 13:42:53 +0000 (15:42 +0200)
* lisp/url/url-vars.el (url-lastloc-privacy-level): Update
defcustom version.

lisp/url/url-vars.el

index 6ef21684a6cfb1ba8f2a35871d7bff1805ddd877..ef990a7588330617308035e6208259423bbf2dbe 100644 (file)
@@ -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))