(set-default-coding-systems): New function.
authorKenichi Handa <handa@m17n.org>
Mon, 4 Aug 1997 07:03:08 +0000 (07:03 +0000)
committerKenichi Handa <handa@m17n.org>
Mon, 4 Aug 1997 07:03:08 +0000 (07:03 +0000)
lisp/international/mule-cmds.el

index 8a94e82..6169b1f 100644 (file)
@@ -176,6 +176,14 @@ With arg, make them enable iff arg is positive."
       (message "")
       (call-interactively cmd))))
 
+(defun set-default-coding-systems (coding-system)
+  "Set default value of various coding systems to CODING-SYSTEM."
+  (check-coding-system coding-system)
+  (setq-default buffer-file-coding-system coding-system)
+  (setq default-terminal-coding-system coding-system)
+  (setq default-keyboard-coding-system coding-system)
+  (setq default-process-coding-system (cons coding-system coding-system)))
+
 \f
 ;;; Language support staffs.