* rubyserv.rb: New file.
[riece] / lisp / riece-coding.el
index 9d14be1..acb8880 100644 (file)
   :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)