From d9d9feb2a6e68b646f88a4ae67b69aa4139aa166 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Thu, 31 Jul 1997 06:48:05 +0000 Subject: (prefer-coding-system): Change also default value of buffer-file-coding-system. --- lisp/international/mule-util.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/international/mule-util.el b/lisp/international/mule-util.el index 79abfcc79e4..0c4c895077f 100644 --- a/lisp/international/mule-util.el +++ b/lisp/international/mule-util.el @@ -338,7 +338,7 @@ or one is an alias of the other." (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. -- cgit v1.2.1