diff options
| author | Kenichi Handa | 2000-06-14 08:02:05 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2000-06-14 08:02:05 +0000 |
| commit | 71983219b5503da68c7488af97a2675feeae47c5 (patch) | |
| tree | 6d56871ba3546f6ec4cfa87d9935eceffc4b2cb9 | |
| parent | 2de33f9489b9ef13119e13f1ddc5f6f76bdc133c (diff) | |
| download | emacs-71983219b5503da68c7488af97a2675feeae47c5.tar.gz emacs-71983219b5503da68c7488af97a2675feeae47c5.zip | |
(after-insert-file-set-buffer-file-coding-system): Call
set-buffer-file-coding-system with the arg FORCE t.
| -rw-r--r-- | lisp/international/mule.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/international/mule.el b/lisp/international/mule.el index 16e4c7e9ed8..e968ad0873f 100644 --- a/lisp/international/mule.el +++ b/lisp/international/mule.el | |||
| @@ -1088,7 +1088,7 @@ function by default." | |||
| 1088 | (find-new-buffer-file-coding-system last-coding-system-used)) | 1088 | (find-new-buffer-file-coding-system last-coding-system-used)) |
| 1089 | (modified-p (buffer-modified-p))) | 1089 | (modified-p (buffer-modified-p))) |
| 1090 | (when coding-system | 1090 | (when coding-system |
| 1091 | (set-buffer-file-coding-system coding-system) | 1091 | (set-buffer-file-coding-system coding-system t) |
| 1092 | (if (and enable-multibyte-characters | 1092 | (if (and enable-multibyte-characters |
| 1093 | (or (eq coding-system 'no-conversion) | 1093 | (or (eq coding-system 'no-conversion) |
| 1094 | (eq (coding-system-type coding-system) 5)) | 1094 | (eq (coding-system-type coding-system) 5)) |