This commit was generated by cvs2svn to compensate for changes in r4038,
[chise/xemacs-chise.git.1] / lisp / mule / mule-coding.el
index 281e980..3880c18 100644 (file)
@@ -19,7 +19,7 @@
 ;; General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with XEmacs; see the file COPYING.  If not, write to the
+;; along with XEmacs; see the file COPYING.  If not, write to the 
 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 ;; Boston, MA 02111-1307, USA.
 
@@ -31,7 +31,8 @@
 
 (defun coding-system-force-on-output (coding-system register)
   "Return the 'force-on-output property of CODING-SYSTEM for the specified REGISTER."
-  (check-type register integer)
+  (unless (integerp register)
+    (signal 'wrong-type-argument (list 'integerp register)))
   (coding-system-property
    coding-system
    (case register
 (set-coding-category-system 'iso-lock-shift 'iso-2022-lock)
 (set-coding-category-system 'no-conversion 'no-conversion)
 
-(setq-default buffer-file-coding-system 'iso-2022-8)
-
 ;;; mule-coding.el ends here