]> git.eshelyaron.com Git - emacs.git/commitdiff
url-http.el (url-user-agent): Add :version.
authorTed Zlatanov <tzz@lifelogs.com>
Wed, 5 Nov 2014 17:18:22 +0000 (12:18 -0500)
committerTed Zlatanov <tzz@lifelogs.com>
Wed, 5 Nov 2014 17:18:22 +0000 (12:18 -0500)
lisp/url/ChangeLog
lisp/url/url-http.el

index b3b8057a9f98061b82e64144591b69df39e01eec..13628773137883a7d7b72d182a9d3e9f0785f314 100644 (file)
@@ -1,8 +1,8 @@
 2014-11-05  Teodor Zlatanov  <tzz@lifelogs.com>
 
        * url-http.el (url-user-agent): New variable, can be function or
-       string.  Suggested by Vibhav Pant <vibhavp@ubuntu.com>.
-       (Bug#16498)
+       string.  Suggested by Vibhav Pant <vibhavp@ubuntu.com>.  Add
+       :version.  (Bug#16498)
 
        (url-http-user-agent-string): Use it.
 
index 7fbd5d0ae4cf16e8c1b03958705959a802f9621b..a51785a512970c9d5aeea9eba44f3805a15fae42 100644 (file)
@@ -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