From a7fde0e7e6e43feec21cd4fa3d4af3f166f2b2bc Mon Sep 17 00:00:00 2001 From: Ted Zlatanov Date: Wed, 5 Nov 2014 12:18:22 -0500 Subject: [PATCH] url-http.el (url-user-agent): Add :version. --- lisp/url/ChangeLog | 4 ++-- lisp/url/url-http.el | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog index b3b8057a9f9..13628773137 100644 --- a/lisp/url/ChangeLog +++ b/lisp/url/ChangeLog @@ -1,8 +1,8 @@ 2014-11-05 Teodor Zlatanov * url-http.el (url-user-agent): New variable, can be function or - string. Suggested by Vibhav Pant . - (Bug#16498) + string. Suggested by Vibhav Pant . Add + :version. (Bug#16498) (url-http-user-agent-string): Use it. diff --git a/lisp/url/url-http.el b/lisp/url/url-http.el index 7fbd5d0ae4c..a51785a5129 100644 --- a/lisp/url/url-http.el +++ b/lisp/url/url-http.el @@ -140,6 +140,7 @@ request.") "User Agent used by the URL package." :type '(choice (string :tag "A static User-Agent string") (function :tag "Call a function to get the User-Agent string")) + :version "25.1" :group 'url) ;(eval-when-compile -- 2.11.4.GIT