changeset 19056:3c63e633c40c

(prefer-coding-system): Change also default value of buffer-file-coding-system.
author Kenichi Handa <handa@m17n.org>
date Thu, 31 Jul 1997 06:48:05 +0000
parents 5439070e5d46
children b1251bcaaa0e
files lisp/international/mule-util.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/international/mule-util.el	Thu Jul 31 06:23:19 1997 +0000
+++ b/lisp/international/mule-util.el	Thu Jul 31 06:48:05 1997 +0000
@@ -338,7 +338,7 @@
     (if (and parent (interactive-p))
 	(message "Highest priority is set to %s (parent of %s)"
 		 parent coding-system))
-    ))
+    (setq-default buffer-file-coding-system (or parent coding-system))))
 
 
 ;;; Composite charcater manipulations.