summaryrefslogtreecommitdiff
path: root/lisp/gnus/mm-util.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2008-12-16 08:10:01 +0000
committerGlenn Morris <rgm@gnu.org>2008-12-16 08:10:01 +0000
commit58d8c5cd845ceeb45f7de4e5c526b835cdc34fab (patch)
tree3d12402bb35d57b9cd10eb30a596830789f4d804 /lisp/gnus/mm-util.el
parent0e3635c29a70af79fd99a76356757852df0d7207 (diff)
downloademacs-58d8c5cd845ceeb45f7de4e5c526b835cdc34fab.tar.gz
(mm-charset-override-alist): Declare for compiler.
Diffstat (limited to 'lisp/gnus/mm-util.el')
-rw-r--r--lisp/gnus/mm-util.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/gnus/mm-util.el b/lisp/gnus/mm-util.el
index e6f0f26c56a..1d23050b364 100644
--- a/lisp/gnus/mm-util.el
+++ b/lisp/gnus/mm-util.el
@@ -417,6 +417,8 @@ could use `autoload-coding-system' here."
:group 'mime)
(put 'mm-charset-eval-alist 'risky-local-variable t)
+(defvar mm-charset-override-alist)
+
;; Note: this function has to be defined before `mm-charset-override-alist'
;; since it will use this function in order to determine its default value
;; when loading mm-util.elc.