aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2008-12-16 08:10:01 +0000
committerGlenn Morris2008-12-16 08:10:01 +0000
commit58d8c5cd845ceeb45f7de4e5c526b835cdc34fab (patch)
tree3d12402bb35d57b9cd10eb30a596830789f4d804
parent0e3635c29a70af79fd99a76356757852df0d7207 (diff)
downloademacs-58d8c5cd845ceeb45f7de4e5c526b835cdc34fab.tar.gz
emacs-58d8c5cd845ceeb45f7de4e5c526b835cdc34fab.zip
(mm-charset-override-alist): Declare for compiler.
-rw-r--r--lisp/gnus/ChangeLog4
-rw-r--r--lisp/gnus/mm-util.el2
2 files changed, 6 insertions, 0 deletions
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 @@
12008-12-16 Glenn Morris <rgm@gnu.org>
2
3 * mm-util.el (mm-charset-override-alist): Declare for compiler.
4
12008-12-15 Katsumi Yamaoka <yamaoka@jpl.org> 52008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
2 6
3 * mm-util.el (mm-charset-eval-alist): 7 * 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."
417 :group 'mime) 417 :group 'mime)
418(put 'mm-charset-eval-alist 'risky-local-variable t) 418(put 'mm-charset-eval-alist 'risky-local-variable t)
419 419
420(defvar mm-charset-override-alist)
421
420;; Note: this function has to be defined before `mm-charset-override-alist' 422;; Note: this function has to be defined before `mm-charset-override-alist'
421;; since it will use this function in order to determine its default value 423;; since it will use this function in order to determine its default value
422;; when loading mm-util.elc. 424;; when loading mm-util.elc.