From 3e2cdad3100069cf7317dda286586a0e8bf388ac Mon Sep 17 00:00:00 2001 From: yamaoka Date: Wed, 10 Mar 2004 14:32:18 +0000 Subject: [PATCH] Synch to No Gnus 200403101212. --- lisp/ChangeLog | 4 ++++ lisp/spam-stat.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index bfd61c3..7140642 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2004-03-10 Malcolm Purvis (tiny change) + + * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p. + 2004-03-10 Katsumi Yamaoka * mm-decode.el (mm-complicated-handles): New function reviving diff --git a/lisp/spam-stat.el b/lisp/spam-stat.el index c72923f..e0265fa 100644 --- a/lisp/spam-stat.el +++ b/lisp/spam-stat.el @@ -208,7 +208,7 @@ This is set by hooking into Gnus.") "Name of the `spam-stat-buffer'.") (defvar spam-stat-coding-system - (if (coding-system-p 'emacs-mule) 'emacs-mule 'raw-text) + (if (mm-coding-system-p 'emacs-mule) 'emacs-mule 'raw-text) "Coding system used for `spam-stat-file'.") ;; Hooking into Gnus -- 1.7.10.4