+2003-06-22 Yoichi NAKAYAMA <yoichi@geiin.org>
+
+ * riece-coding.el (riece-default-coding-system): Fix default value
+ for XEmacs without mule.
+
2003-06-17 OHASHI Akira <bg66@koka-in.org>
* riece-unread.el (riece-unread-display-message-function): Check a
:group 'riece)
(defcustom riece-default-coding-system
- (if (and (or (featurep 'mule)
- (featurep 'file-coding)))
+ (if (and (featurep 'mule)
+ (featurep 'file-coding))
(cons 'ctext 'iso-2022-jp-2))
"Coding system for process I/O.
The value is a coding system, or a cons cell (DECODING . ENCODING)