]> git.eshelyaron.com Git - emacs.git/commitdiff
(prefer-coding-system): Change also
authorKenichi Handa <handa@m17n.org>
Thu, 31 Jul 1997 06:48:05 +0000 (06:48 +0000)
committerKenichi Handa <handa@m17n.org>
Thu, 31 Jul 1997 06:48:05 +0000 (06:48 +0000)
default value of buffer-file-coding-system.

lisp/international/mule-util.el

index 79abfcc79e4ae8e6877f6894cf2baff426f49884..0c4c895077f424503ffd0317d4c18cba807aed92 100644 (file)
@@ -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))))
 
 \f
 ;;; Composite charcater manipulations.