From: Glenn Morris Date: Tue, 16 Dec 2008 08:10:01 +0000 (+0000) Subject: (mm-charset-override-alist): Declare for compiler. X-Git-Tag: emacs-pretest-23.0.90~1071 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=58d8c5cd845ceeb45f7de4e5c526b835cdc34fab;p=emacs.git (mm-charset-override-alist): Declare for compiler. --- diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 9e58c6046b0..788957acd20 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -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 --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.