projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a7eeef
)
* lisp/url/url-handlers.el (mm-charset-to-coding-system): Declare.
author
Glenn Morris
<rgm@gnu.org>
Wed, 28 Feb 2018 19:35:47 +0000
(14:35 -0500)
committer
Glenn Morris
<rgm@gnu.org>
Wed, 28 Feb 2018 19:35:47 +0000
(14:35 -0500)
lisp/url/url-handlers.el
patch
|
blob
|
history
diff --git
a/lisp/url/url-handlers.el
b/lisp/url/url-handlers.el
index 1fe0af65ff244d4012fbe2126122dc1079d8903b..7d0320cb5b14d298dafd70156cb4eb03ad1203b0 100644
(file)
--- 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
;; ---------------------