diff options
| -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. |