From 71983219b5503da68c7488af97a2675feeae47c5 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Wed, 14 Jun 2000 08:02:05 +0000 Subject: [PATCH] (after-insert-file-set-buffer-file-coding-system): Call set-buffer-file-coding-system with the arg FORCE t. --- lisp/international/mule.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." (find-new-buffer-file-coding-system last-coding-system-used)) (modified-p (buffer-modified-p))) (when coding-system - (set-buffer-file-coding-system coding-system) + (set-buffer-file-coding-system coding-system t) (if (and enable-multibyte-characters (or (eq coding-system 'no-conversion) (eq (coding-system-type coding-system) 5)) -- 2.39.5