* url-vars.el (mm-mime-mule-charset-alist, mm-coding-system-p): Declare.
authorGlenn Morris <rgm@gnu.org>
Sat, 30 Jun 2012 21:13:05 +0000 (14:13 -0700)
committerGlenn Morris <rgm@gnu.org>
Sat, 30 Jun 2012 21:13:05 +0000 (14:13 -0700)
lisp/url/ChangeLog
lisp/url/url-vars.el

index 6993c76..8b4c6ea 100644 (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).
index 11546e1..29f1e2c 100644 (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'