* url-vars.el (mm-mime-mule-charset-alist, mm-coding-system-p): Declare.

This commit is contained in:
Glenn Morris 2012-06-30 14:13:05 -07:00
parent ca26824cb0
commit 938beca46e
2 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2012-06-30 Glenn Morris <rgm@gnu.org>
* url-vars.el (mm-mime-mule-charset-alist, mm-coding-system-p):
Declare.
2012-06-21 Chong Yidong <cyd@gnu.org>
* url.el (url-retrieve-internal): Fix last change (Bug#11627).

View file

@ -212,6 +212,9 @@ Should be an assoc list of headers/contents.")
(defvar url-mime-encoding-string nil
"String to send in the Accept-encoding: field in HTTP requests.")
(defvar mm-mime-mule-charset-alist)
(declare-function mm-coding-system-p "mm-util" (cs))
;; Perhaps the first few should actually be given decreasing `q's and
;; the list should be trimmed significantly.
;; Fixme: do something sane if we don't have `sort-coding-systems'