diff options
author | Andrea Corallo <akrl@sdf.org> | 2020-03-22 16:11:53 +0000 |
---|---|---|
committer | Andrea Corallo <akrl@sdf.org> | 2020-03-22 16:11:53 +0000 |
commit | eb1d22b136a3f7a49b4060553b79ee188f55a498 (patch) | |
tree | 9f9e5ddc960b8484bc6e9413ee7bb155abb066f3 /lisp/url/url-http.el | |
parent | 855940df6bde5ed41ed55336a3ac6f6ae0c6267e (diff) | |
parent | 813478c8557541efa918de18f7d863a33210a598 (diff) | |
download | emacs-eb1d22b136a3f7a49b4060553b79ee188f55a498.tar.gz emacs-eb1d22b136a3f7a49b4060553b79ee188f55a498.tar.bz2 emacs-eb1d22b136a3f7a49b4060553b79ee188f55a498.zip |
Merge remote-tracking branch 'savannah/master' into HEAD
Diffstat (limited to 'lisp/url/url-http.el')
-rw-r--r-- | lisp/url/url-http.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/url/url-http.el b/lisp/url/url-http.el index 55953c83c04..669c24571f9 100644 --- a/lisp/url/url-http.el +++ b/lisp/url/url-http.el @@ -225,7 +225,7 @@ request.") (os-info (unless (and (listp url-privacy-level) (memq 'os url-privacy-level)) (format "(%s; %s)" url-system-type url-os-type))) - (url-info (format "URL/%s" url-version))) + (url-info (format "URL/Emacs"))) (string-join (delq nil (list package-info url-info emacs-info os-info)) " "))) |