diff lisp/gnus/mm-util.el @ 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 7255d1413d64
children b8d5bfa98123
line wrap: on
line diff
--- 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.