aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2018-02-28 14:35:47 -0500
committerGlenn Morris2018-02-28 14:35:47 -0500
commite8721c384927232d4033052d85e2c6ee7f6173c8 (patch)
tree22aa6063daf89670d294c59f29261f0de87bd95c
parent2a7eeef85683449a4e24b305e8bd69c2a343dc38 (diff)
downloademacs-e8721c384927232d4033052d85e2c6ee7f6173c8.tar.gz
emacs-e8721c384927232d4033052d85e2c6ee7f6173c8.zip
* lisp/url/url-handlers.el (mm-charset-to-coding-system): Declare.
-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 @@
41(declare-function mm-decode-string "mm-bodies" (string charset)) 41(declare-function mm-decode-string "mm-bodies" (string charset))
42;; mm-decode loads mail-parse. 42;; mm-decode loads mail-parse.
43(declare-function mail-content-type-get "mail-parse" (ct attribute)) 43(declare-function mail-content-type-get "mail-parse" (ct attribute))
44;; mm-decode loads mm-bodies, which loads mm-util.
45(declare-function mm-charset-to-coding-system "mm-util"
46 (charset &optional lbt allow-override silent))
44 47
45;; Implementation status 48;; Implementation status
46;; --------------------- 49;; ---------------------