From 938beca46ed9565271005366175429febd66ea89 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 30 Jun 2012 14:13:05 -0700 Subject: [PATCH] * url-vars.el (mm-mime-mule-charset-alist, mm-coding-system-p): Declare. --- lisp/url/ChangeLog | 5 +++++ lisp/url/url-vars.el | 3 +++ 2 files changed, 8 insertions(+) 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 @@ +2012-06-30 Glenn Morris + + * url-vars.el (mm-mime-mule-charset-alist, mm-coding-system-p): + Declare. + 2012-06-21 Chong Yidong * 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.") (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' -- 2.39.2