diff options
| -rw-r--r-- | lisp/url/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/url/url-vars.el | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog index 6993c76d969..8b4c6ea779d 100644 --- a/lisp/url/ChangeLog +++ b/lisp/url/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-06-30 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * url-vars.el (mm-mime-mule-charset-alist, mm-coding-system-p): | ||
| 4 | Declare. | ||
| 5 | |||
| 1 | 2012-06-21 Chong Yidong <cyd@gnu.org> | 6 | 2012-06-21 Chong Yidong <cyd@gnu.org> |
| 2 | 7 | ||
| 3 | * url.el (url-retrieve-internal): Fix last change (Bug#11627). | 8 | * url.el (url-retrieve-internal): Fix last change (Bug#11627). |
diff --git a/lisp/url/url-vars.el b/lisp/url/url-vars.el index 11546e11583..29f1e2cde0c 100644 --- a/lisp/url/url-vars.el +++ b/lisp/url/url-vars.el | |||
| @@ -212,6 +212,9 @@ Should be an assoc list of headers/contents.") | |||
| 212 | (defvar url-mime-encoding-string nil | 212 | (defvar url-mime-encoding-string nil |
| 213 | "String to send in the Accept-encoding: field in HTTP requests.") | 213 | "String to send in the Accept-encoding: field in HTTP requests.") |
| 214 | 214 | ||
| 215 | (defvar mm-mime-mule-charset-alist) | ||
| 216 | (declare-function mm-coding-system-p "mm-util" (cs)) | ||
| 217 | |||
| 215 | ;; Perhaps the first few should actually be given decreasing `q's and | 218 | ;; Perhaps the first few should actually be given decreasing `q's and |
| 216 | ;; the list should be trimmed significantly. | 219 | ;; the list should be trimmed significantly. |
| 217 | ;; Fixme: do something sane if we don't have `sort-coding-systems' | 220 | ;; Fixme: do something sane if we don't have `sort-coding-systems' |