# HG changeset patch # User Glenn Morris # Date 1229415001 0 # Node ID 3e9018e11d270eb5761efd980b1ece05404508f9 # Parent b4151b279e444ced18b24316e7f21dc75e9abdef (mm-charset-override-alist): Declare for compiler. diff -r b4151b279e44 -r 3e9018e11d27 lisp/gnus/ChangeLog --- a/lisp/gnus/ChangeLog Tue Dec 16 08:04:45 2008 +0000 +++ b/lisp/gnus/ChangeLog Tue Dec 16 08:10:01 2008 +0000 @@ -1,3 +1,7 @@ +2008-12-16 Glenn Morris + + * mm-util.el (mm-charset-override-alist): Declare for compiler. + 2008-12-15 Katsumi Yamaoka * mm-util.el (mm-charset-eval-alist): diff -r b4151b279e44 -r 3e9018e11d27 lisp/gnus/mm-util.el --- a/lisp/gnus/mm-util.el Tue Dec 16 08:04:45 2008 +0000 +++ b/lisp/gnus/mm-util.el Tue Dec 16 08:10:01 2008 +0000 @@ -417,6 +417,8 @@ :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.