mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-14 09:39:42 +00:00
* lisp/url/url-handlers.el (mm-charset-to-coding-system): Declare.
This commit is contained in:
parent
2a7eeef856
commit
e8721c3849
@ -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
|
||||
;; ---------------------
|
||||
|
Loading…
Reference in New Issue
Block a user