]> git.eshelyaron.com Git - emacs.git/commitdiff
(mm-charset-override-alist): Declare for compiler.
authorGlenn Morris <rgm@gnu.org>
Tue, 16 Dec 2008 08:10:01 +0000 (08:10 +0000)
committerGlenn Morris <rgm@gnu.org>
Tue, 16 Dec 2008 08:10:01 +0000 (08:10 +0000)
lisp/gnus/ChangeLog
lisp/gnus/mm-util.el

index 9e58c6046b09ed58d540f40c48c1708c9d91f307..788957acd208ae7bba1036f28ed5ee2e1f76aa4e 100644 (file)
@@ -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):
index e6f0f26c56af9dfd200e1f6a8fbd17987b03eed4..1d23050b36441cf21543712b89d440fd9b6811d0 100644 (file)
@@ -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.