X-Git-Url: https://cgit.sxemacs.org/?a=blobdiff_plain;f=lisp%2Friece-coding.el;h=acb8880edcf5ce46e8477002b0136bef87a60ba4;hb=4c0c51811e18b2390e9cb6bd9afbedf032d2ef87;hp=8b3921c0aa751924579762e05317423c45e9f947;hpb=dcd9b3cfa7a713768e459d901d612d3fbc88ffb2;p=riece diff --git a/lisp/riece-coding.el b/lisp/riece-coding.el index 8b3921c..acb8880 100644 --- a/lisp/riece-coding.el +++ b/lisp/riece-coding.el @@ -31,10 +31,9 @@ :tag "Coding" :prefix "riece-" :group 'riece) - + (defcustom riece-default-coding-system - (if (and (featurep 'mule) - (featurep 'file-coding)) + (if (featurep 'mule) (cons 'ctext 'iso-2022-jp-2)) "Coding system for process I/O. The value is a coding system, or a cons cell (DECODING . ENCODING)