diff options
| author | Lars Ingebrigtsen | 2016-03-01 14:49:26 +1100 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2016-03-01 14:50:01 +1100 |
| commit | 7c1e6ebfcb98f7936110f581075bff993c64aa18 (patch) | |
| tree | eb788d38e99c37a52dd940ab02a423fddf8df890 /etc | |
| parent | cb1e3da12eb1fcacbf9933ca49a85b6f4116878c (diff) | |
| download | emacs-7c1e6ebfcb98f7936110f581075bff993c64aa18.tar.gz emacs-7c1e6ebfcb98f7936110f581075bff993c64aa18.zip | |
Allow binding `url-mime-accept-string'
* lisp/url/url-http.el (url-http): Allow binding
`url-mime-accept-string' (bug#22855).
Backport:
(cherry picked from commit 144bb0cf322b9756d29def3e27a42303e2edce43)
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -928,6 +928,10 @@ to specify that we're running in a noninteractive context, and that | |||
| 928 | we should not be queried about things like TLS certificate validity. | 928 | we should not be queried about things like TLS certificate validity. |
| 929 | 929 | ||
| 930 | --- | 930 | --- |
| 931 | *** `url-mime-accept-string' can now be used as in "interface" | ||
| 932 | variable, meaning you can bind it around an `url-retrieve' call. | ||
| 933 | |||
| 934 | --- | ||
| 931 | *** If URL is used with a https connection, the first callback argument | 935 | *** If URL is used with a https connection, the first callback argument |
| 932 | plist will contain a :peer element that has the output of | 936 | plist will contain a :peer element that has the output of |
| 933 | `gnutls-peer-status' (if Emacs is built with GnuTLS support). | 937 | `gnutls-peer-status' (if Emacs is built with GnuTLS support). |