From: Glenn Morris Date: Wed, 28 Feb 2018 19:35:47 +0000 (-0500) Subject: * lisp/url/url-handlers.el (mm-charset-to-coding-system): Declare. X-Git-Tag: emacs-27.0.90~5593 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e8721c384927232d4033052d85e2c6ee7f6173c8;p=emacs.git * lisp/url/url-handlers.el (mm-charset-to-coding-system): Declare. --- diff --git a/lisp/url/url-handlers.el b/lisp/url/url-handlers.el index 1fe0af65ff2..7d0320cb5b1 100644 --- a/lisp/url/url-handlers.el +++ b/lisp/url/url-handlers.el @@ -41,6 +41,9 @@ (declare-function mm-decode-string "mm-bodies" (string charset)) ;; mm-decode loads mail-parse. (declare-function mail-content-type-get "mail-parse" (ct attribute)) +;; mm-decode loads mm-bodies, which loads mm-util. +(declare-function mm-charset-to-coding-system "mm-util" + (charset &optional lbt allow-override silent)) ;; Implementation status ;; ---------------------