aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/url/url-vars.el
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2012-06-30 14:13:05 -0700
committerGlenn Morris <[email protected]>2012-06-30 14:13:05 -0700
commit938beca46ed9565271005366175429febd66ea89 (patch)
tree38493d2947afe0840140631719be2ae3beed3234 /lisp/url/url-vars.el
parentca26824cb07d494481a14fea1642d38ad6c2a9e4 (diff)
* url-vars.el (mm-mime-mule-charset-alist, mm-coding-system-p): Declare.
Diffstat (limited to 'lisp/url/url-vars.el')
-rw-r--r--lisp/url/url-vars.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/url/url-vars.el b/lisp/url/url-vars.el
index 11546e1158..29f1e2cde0 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.")
(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'