[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] master 1fd104d 2/2: Update defcustom version for last patc
From: |
Lars Ingebrigtsen |
Subject: |
[Emacs-diffs] master 1fd104d 2/2: Update defcustom version for last patch to url-vars.el |
Date: |
Fri, 13 Apr 2018 09:42:59 -0400 (EDT) |
branch: master
commit 1fd104d30a8985e1f6962eb325207efad96273b6
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>
Update defcustom version for last patch to url-vars.el
* lisp/url/url-vars.el (url-lastloc-privacy-level): Update
defcustom version.
---
lisp/url/url-vars.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/url/url-vars.el b/lisp/url/url-vars.el
index 6ef2168..ef990a7 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))