+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
"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