]> git.eshelyaron.com Git - emacs.git/commitdiff
(after-insert-file-set-buffer-file-coding-system): Call
authorKenichi Handa <handa@m17n.org>
Wed, 14 Jun 2000 08:02:05 +0000 (08:02 +0000)
committerKenichi Handa <handa@m17n.org>
Wed, 14 Jun 2000 08:02:05 +0000 (08:02 +0000)
set-buffer-file-coding-system with the arg FORCE t.

lisp/international/mule.el

index 16e4c7e9ed82d005f2001ef8bdb47721a14ebfce..e968ad0873f25b1bfae7c0ae1e2b23c44c18a8af 100644 (file)
@@ -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))