diff options
| -rw-r--r-- | lisp/gnus/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/gnus/mm-util.el | 2 |
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 @@ | |||
| 1 | 2008-12-16 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * mm-util.el (mm-charset-override-alist): Declare for compiler. | ||
| 4 | |||
| 1 | 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org> | 5 | 2008-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. |