mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-06 15:41:27 -08:00
url-http.el (url-user-agent): Add :version.
This commit is contained in:
parent
d9f7c524b6
commit
a7fde0e7e6
2 changed files with 3 additions and 2 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue