summaryrefslogtreecommitdiff
path: root/lisp/url/url-handlers.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2018-02-28 14:35:47 -0500
committerGlenn Morris <rgm@gnu.org>2018-02-28 14:35:47 -0500
commite8721c384927232d4033052d85e2c6ee7f6173c8 (patch)
tree22aa6063daf89670d294c59f29261f0de87bd95c /lisp/url/url-handlers.el
parent2a7eeef85683449a4e24b305e8bd69c2a343dc38 (diff)
downloademacs-e8721c384927232d4033052d85e2c6ee7f6173c8.tar.gz
* lisp/url/url-handlers.el (mm-charset-to-coding-system): Declare.
Diffstat (limited to 'lisp/url/url-handlers.el')
-rw-r--r--lisp/url/url-handlers.el3
1 files changed, 3 insertions, 0 deletions
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
;; ---------------------