Synch to No Gnus 200403101212.
authoryamaoka <yamaoka>
Wed, 10 Mar 2004 14:32:18 +0000 (14:32 +0000)
committeryamaoka <yamaoka>
Wed, 10 Mar 2004 14:32:18 +0000 (14:32 +0000)
lisp/ChangeLog
lisp/spam-stat.el

index bfd61c3..7140642 100644 (file)
@@ -1,3 +1,7 @@
+2004-03-10  Malcolm Purvis <malcolmpurvis@optushome.com.au>  (tiny change)
+
+       * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
+
 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * mm-decode.el (mm-complicated-handles): New function reviving
index c72923f..e0265fa 100644 (file)
@@ -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