diff options
| author | Kenichi Handa | 1997-07-31 06:48:05 +0000 |
|---|---|---|
| committer | Kenichi Handa | 1997-07-31 06:48:05 +0000 |
| commit | f31b5dd98527d82a78d8d79dd1455176aaf37b00 (patch) | |
| tree | 75d2ef7c964a32e13c18094416508a687ff155dd | |
| parent | c0d66cb21bac57f5ec0378e8a04aac8f35c3eb5c (diff) | |
| download | emacs-f31b5dd98527d82a78d8d79dd1455176aaf37b00.tar.gz emacs-f31b5dd98527d82a78d8d79dd1455176aaf37b00.zip | |
(prefer-coding-system): Change also
default value of buffer-file-coding-system.
| -rw-r--r-- | lisp/international/mule-util.el | 2 |
1 files changed, 1 insertions, 1 deletions
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." | |||
| 338 | (if (and parent (interactive-p)) | 338 | (if (and parent (interactive-p)) |
| 339 | (message "Highest priority is set to %s (parent of %s)" | 339 | (message "Highest priority is set to %s (parent of %s)" |
| 340 | parent coding-system)) | 340 | parent coding-system)) |
| 341 | )) | 341 | (setq-default buffer-file-coding-system (or parent coding-system)))) |
| 342 | 342 | ||
| 343 | 343 | ||
| 344 | ;;; Composite charcater manipulations. | 344 | ;;; Composite charcater manipulations. |