X-Git-Url: https://cgit.sxemacs.org/?p=riece;a=blobdiff_plain;f=lisp%2Friece-coding.el;h=acb8880edcf5ce46e8477002b0136bef87a60ba4;hp=9d14be118feffab873eba1d084ed7040f4a9c775;hb=794455c6d14c754ecc2492fcb4de8c649694526b;hpb=fe7ce5e9a344721b1ecdd4d9ec1adce5dc908a49 diff --git a/lisp/riece-coding.el b/lisp/riece-coding.el index 9d14be1..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 (or (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)