1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(prefer-coding-system): Change also

default value of buffer-file-coding-system.
This commit is contained in:
Kenichi Handa 1997-07-31 06:48:05 +00:00
parent c0d66cb21b
commit f31b5dd985

View 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))))
;;; Composite charcater manipulations.