# HG changeset patch # User Kenichi Handa # Date 870331685 0 # Node ID 3c63e633c40c28014a425fbca0c33393670131e4 # Parent 5439070e5d46eca9870346c864fbaf0b73fae729 (prefer-coding-system): Change also default value of buffer-file-coding-system. diff -r 5439070e5d46 -r 3c63e633c40c lisp/international/mule-util.el --- 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.