changeset 100444:3e9018e11d27

(mm-charset-override-alist): Declare for compiler.
author Glenn Morris <rgm@gnu.org>
date Tue, 16 Dec 2008 08:10:01 +0000
parents b4151b279e44
children e412b5885b9d
files lisp/gnus/ChangeLog lisp/gnus/mm-util.el
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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  <rgm@gnu.org>
+
+	* mm-util.el (mm-charset-override-alist): Declare for compiler.
+
 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
 
 	* mm-util.el (mm-charset-eval-alist):
--- 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.