From: Kenichi Handa Date: Thu, 31 Jul 1997 06:48:05 +0000 (+0000) Subject: (prefer-coding-system): Change also X-Git-Tag: emacs-20.1~890 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f31b5dd98527d82a78d8d79dd1455176aaf37b00;p=emacs.git (prefer-coding-system): Change also default value of buffer-file-coding-system. --- 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.